-
Problem:When having a lot of form data to submit, flashMessages shows as null To reproduce:
{
"values": null
} What I tried:
Repo & steps to reproduce: |
Beta Was this translation helpful? Give feedback.
Answered by
leocabeza
Apr 23, 2023
Replies: 2 comments 1 reply
-
This might be related to #2488? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Most likely, because max cookie size is 4096bytes, which includes all cookie settings for all cookies combined: https://chromestatus.com/feature/4946713618939904 It's a browser implementation thing, can't do anything about it :| |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome, changing my session driver to 'redis' solved it for me, just as the suggestion in this issue: #2488