Laravel 5 and Internet Explorer : Token Mismatch

后端 未结 4 1217
小鲜肉
小鲜肉 2021-01-11 22:45

My Laravel5 website uses csrf tokens to prevent CSRF attacks. On Chrome and Firefox, eveything works fine.

I submitted the site for my client to test and, when he us

4条回答
  •  一整个雨季
    2021-01-11 23:20

    In my case the problem was the server time. I read somewhere that if the server time is older than the client, IE clear the cookies. Then I notice that the server time here was 8 hours late. After fixing this, the Token Mismatch Error disappear.

提交回复
热议问题