Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 global.asax 中的会话结束时触发一些代码 如果用户关闭浏览器,事件中的代码不会触发。我从 stackoverflow 得知它当时没有运行,它在默认时间段后执行。
所以我想问一下,即使浏览器关闭了他的浏览器......该会话中的代码是否会在该默认时间之后结束 例如:用户 A 访问该页面并在上午 10 点关闭他的浏览器。如果默认超时为 20 分钟,则 sessionend 中的代码将在上午 10.20 点启动。
是的,最有可能的是,如果你想捕捉用户的最后一个事件,警告他们注销是正确的过程,这样你就会知道用户何时完成他们的会话。