Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to remove cookies using Cookies.remove() #286

Closed
catalinbuletin opened this issue Dec 28, 2016 · 0 comments
Closed

Unable to remove cookies using Cookies.remove() #286

catalinbuletin opened this issue Dec 28, 2016 · 0 comments
Milestone

Comments

@catalinbuletin
Copy link

I can't seem to be able to remove the cookies I have set. I am using the latest version of Quasar: 0.11.0
I am setting the cookies like this:

Cookies.set('isAuthenticated', true, {
    path: '/'
})

And trying to remove them like this:

Cookies.remove('isAuthenticated', {
    path: '/'
})

After I use Cookies.remove('cookieName'), Cookies.has('cookieName') is still true.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants