开发者

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

开发者 https://www.devze.com 2023-01-08 03:36 出处:网络
I need to do some cleaning when an authenticat开发者_如何学Pythonion ticket is expired. Is there any event that i can subscribe to?

I need to do some cleaning when an authenticat开发者_如何学Pythonion ticket is expired. Is there any event that i can subscribe to?

Thanks for any suggestions, HF


ASP.NET events happen when the user does something, causing a postback to the server. The authentication ticket expiring doesn't cause a postback, hence no way for you to know. You'll have to keep track of the time on your own.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号