Reputation: 7
I'm encountering a persistent issue with my Laravel application where some users experience a 419 error. This happens inconsistently and primarily affects mobile users. Despite following various solutions, the problem persists for a subset of users.
config/session.php
, including the SESSION_DOMAIN
setting.I have already looked into the following Stack Overflow posts but they did not resolve my issue:
Any insights or suggestions would be greatly appreciated. Thank you!
Upvotes: 0
Views: 71