We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to set an JSON javascript object in the cookie: this.$cookie.set('test', JSON.stringify(this.json), 1);
this.$cookie.set('test', JSON.stringify(this.json), 1);
Unfortunately, the cookie is not set. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
I want to set an JSON javascript object in the cookie: this.$cookie.set('test', JSON.stringify(this.json), 1); Unfortunately, the cookie is not set. What am I doing wrong?
i had the same problem.
Sorry, something went wrong.
For most browsers, do not exceed 50 cookies per domain, and 4093 bytes per domain. Set 1 cookie of 4093 bytes, or 2 cookies of 2045 bytes, etc.
No branches or pull requests
I want to set an JSON javascript object in the cookie:
this.$cookie.set('test', JSON.stringify(this.json), 1);
Unfortunately, the cookie is not set. What am I doing wrong?
The text was updated successfully, but these errors were encountered: