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

Cookies disappear #141

Open
Karol-Waliszewski opened this issue Nov 15, 2022 · 1 comment
Open

Cookies disappear #141

Karol-Waliszewski opened this issue Nov 15, 2022 · 1 comment

Comments

@Karol-Waliszewski
Copy link

Karol-Waliszewski commented Nov 15, 2022

After setting some key they are visible for brief second in Application/Cookies panel and the just disappear. Expiration is set for next week and when cookie is visible expired shows date from next week. However it just vanish second later for no reason. I don't use .remove() anywhere

this.$cookies.set("Language", "en", {
				path: "/",
				maxAge: 60 * 60 * 24 * 7
			});
@microcipcip
Copy link
Owner

microcipcip commented Nov 16, 2022

There's nothing wrong with your code, I don't understand why that would not work, maybe you have some browser extension enabled that would remove it?

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

No branches or pull requests

2 participants