Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dragonberr's avatar

Update:

The solution, for now, which completely worked, was changing "SESSION_DRIVER=file" to "SESSION_DRIVER=cookie" in the .env file.

Snapey's avatar

@dragonberr

be aware, session driver cookie has restrictions on the size of the session. If you have complex forms, you may not be able to store all the previous form data when there is a validation error. I think the max cookie session is 4k

dragonberr's avatar

I thought the problem was with "new users." Any actual solutions/thoughts from anyone?

Previous

Please or to participate in this conversation.