ASP.NET Forms Authentication failed for the request. Reason: The ticket supplied has expired

前端 未结 5 2065
我在风中等你
我在风中等你 2020-12-10 10:49

I am getting this error many times in the event log and users are logged out.

Event code: 4005
Event message: Forms authentication failed for t

5条回答
  •  清歌不尽
    2020-12-10 11:16

    I was getting this same error, in our case it was caused by a load balancer. We hade to make sure that the persistance was set to Source IP. Otherwise the login form was opened by one server, and processed by the other, which would fail to set the authentication cookie correctly. Maybe this helps someone else

提交回复
热议问题