/
UI Clear Cookies (sui:clear-cookies)
UI Clear Cookies (sui:clear-cookies)
Clear cookies for a given webpage. If "cookieName" is provided then only the specific cookie will be deleted otherwise all cookies will be deleted
Usage
<sui:clear-cookies cookieName=""?/>
! - mandatory, ? - optional
Examples
Example | Behaviour |
---|---|
<sui:clear-cookies /> | Clear all cookies of the webpage. |
<sui:clear-cookies cookieName="auth"/> | This will only clear the cookie named "auth". If the cookie is not available then nothing will be deleted |
Related content
UI Get Cookie (sui:get-cookie)
UI Get Cookie (sui:get-cookie)
More like this
UI Navigate Refresh (sui:navigate-refresh)
UI Navigate Refresh (sui:navigate-refresh)
Read with this
UI State (sui:state)
UI State (sui:state)
More like this
UI Handle Close (sui:handle-close)
UI Handle Close (sui:handle-close)
More like this
UI Handle Restore (sui:handle-restore)
UI Handle Restore (sui:handle-restore)
More like this
UI Set Value (sui:set-value)
UI Set Value (sui:set-value)
More like this