Forms authentication failed for the request. Reason: The ticket supplied has expired.
Posted
by Max Toro
on Stack Overflow
See other posts from Stack Overflow
or by Max Toro
Published on 2010-04-21T20:29:56Z
Indexed on
2010/04/21
20:33 UTC
Read the original article
Hit count: 356
My event log is flooded with this message:
Forms authentication failed for the request. Reason: The ticket supplied has expired.
I think this happens when people timeout instead of logout.
First of all , this is not an error, it's Type: Information
I don't want this information, how do I stop ASP.NET from logging it?
My application is not web-farmed, and uses a static machine key.
© Stack Overflow or respective owner