ltiong_dbl
ltiong_dbl

Reputation: 3216

Forms authentication failed for the request. Reason: The ticket supplied has expired - occurs every minute

I have an ASP.NET MVC3 application that is dying on our test web server (single IIS7). It appears that IIS is unable to keep sessions alive. A survey of the Event Log show:

"Forms authentication failed for the request. Reason: The ticket supplied has expired."

Interestingly this is happening every almost exactly every 1 min.

Web.config appears to be good, and I've checked .NET's machine.config--which doesn't have any references to validationKey autogenerate. Any thoughts?

Upvotes: 2

Views: 6784

Answers (1)

JJMpls
JJMpls

Reputation: 3114

Looks like this is an Information-level message and can be filtered out using the suggestions in this thread:

Forms authentication failed for the request. Reason: The ticket supplied has expired

Upvotes: 1

Related Questions