xdomain-cookies
xdomain-cookies copied to clipboard
how use your lib to remove a remote cookie
can you provide example on how to remove cookie
Like normal cookies, setting negative expires days.
xd_cookie.set('key', value')
... then
xd_cookie.set('key', '', -1)