My Laravel5 website uses csrf tokens to prevent CSRF attacks. In Chrome and Firefox, everything works fine.
I sent a site to check my client and when it uses Internet Explorer (9/10), it has "Token mismatch" errors on the evey page using the token.
I assume this is a cookie / session issue.
After some research, I tried to remove the slash in the cookie name ("laravel_session") and change the session driver (default "file"). It did not help.
I know that my client can change their "trust policies" in IE, but this is a public site, and this will only be a temporary solution.
Are there any strange problems?
internet-explorer php csrf laravel-5 csrf-protection
Didier sampaolo
source share