Replies: 1 comment 4 replies
-
Can you share how you remove the |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
we're using @adonisjs/session with the following config
and accessing a seperate view
Route.on('/shop').render('shop')
If I remove or rename the adonis-session Cookie, a new crypt-named cookie appears. Same behavior when I'm entering /shop after 2 hours.
So we (and normal visitors) keep getting new crypt-named cookies and at some point the header fields size of the server exceeds. Same with clearWithBrowser: false
Any idea what the issue could be?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions