身份验证票是否有过期事件?网络平台
当身份验证票证过期时,我需要进行一些清理。 有什么活动我可以订阅吗?
感谢您的任何建议, 高频
I need to do some cleaning when an authentication ticket is expired.
Is there any event that i can subscribe to?
Thanks for any suggestions,
HF
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当用户执行某些操作时,就会发生 ASP.NET 事件,从而导致回发到服务器。身份验证票证过期不会导致回发,因此您无法知道。你必须自己记录时间。
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.