The anti-forgery cookie token and form field token do not match in MVC 4

后端 未结 6 1160
青春惊慌失措
青春惊慌失措 2020-12-02 17:11

I\'m using the default login module in ASP.NET MVC 4. I did not change any code in the default application and i hosted it on a shared server.

After i logged in usin

6条回答
  •  执笔经年
    2020-12-02 17:31

    I had this problem for a long time and assumed it was something wrong with ASP.NET.

    In reality, it was the server. I was with WinHost then, and they have a 200MB memory limit. As soon as I had ~20 users on at the same time, my limit was reached. At this point, everyone was logged out and yielded these issues.

提交回复
热议问题