Is there any event on authentication ticket expired? ASP.NET -


I need to do some cleaning when a certification ticket expires. Is there an event that I can subscribe to?

Any suggestion, HF

ASP.NET events occur when user Does something, which has a postback on the server. There is no postback due to the end of the certification ticket, so there is no way to know if you have to keep track of your time.


Comments