Replies: 2 comments
-
I have the same issue. Any tips for solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The maximum size of cookies is 4MB. Use redis driver is size is greater than that https://stackoverflow.com/questions/640938/what-is-the-maximum-size-of-a-web-browsers-cookies-key |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I am putting some data to session
session.put('acls',JSON.stringify(acls))
, It's not working if "acls" data amount big.Any solution for this.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions