开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜