0

好的。我无法真正解决我想要的问题 - 所以如果你能告诉我如何:

我有一个页面,每次点击都会对我的服务器进行 ajax 调用(因此,ASP 扩展了会话)

我将 ASP.NET 会话设置为 Xmin。我想当 X+1 分钟到期时,我有到期页面。我所做的是设置 JS 计时器以每 x+1 分钟验证一次以查看会话是否过期(问题是 JS 和 ASP 会话超时未同步)

如何使它们同步?

4

2 回答 2

0

I say that you can not absolute synchronized them because they run on 2 different computer that you can not control the one of them. So is better find other way to do what you try.

Here are similar links.

http://forums.asp.net/p/1207721/3094847.aspx

http://blogs.msdn.com/b/nikhiln/archive/2007/06/21/detecting-session-timeout-in-asp-net-2-0-web-applications.aspx

http://www.codeproject.com/KB/scripting/Session_Timeout.aspx

获取 ASP.NET 会话上次访问时间(或 Time-to-Timeout)

于 2010-07-29T07:46:59.407 回答
0

每次您进行 ajax 调用时都会重新设置您的超时时间。所以它们将被同步...

于 2010-07-29T06:21:00.140 回答