ASP.NET客户端超时问题

发布于 2024-11-03 10:37:29 字数 166 浏览 1 评论 0原文

我们在 ASP.NET MVC 应用程序中使用 jquery 树,并配置了表单身份验证。配置会话超时时间为 10 分钟。问题是,如果用户与树交互超过 10 分钟,当请求发送到服务器时,会话就会超时。

由于用户正在与应用程序交互并注销,因此存在某种严重问题。

什么是解决这个问题的好方法?

we are using a jquery tree in our asp.net mvc application and have forms authentication configured. A session timeout for 10 minutes is configured. The problem is if the user keeps interacting with the tree for more than 10 minutes the session times out when a request goes to the server.

Kind of critical issue since the user was interacting with the application and got logged out.

What could be a good solution to this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绅士风度i 2024-11-10 10:37:29
  1. 延长 IIS 中的会话超时设置(可能将其设置为 20 或 30 分钟,以便给用户足够的时间)

  2. 使用一些来自客户端的定期 AJAX 调用来告诉您的服务器用户仍然处于活动状态。

  1. Extend the session timeout setting in IIS (maybe set it to 20 or 30 minutes to give the user enough time)

  2. Use some periodical AJAX calls from the client side that just tell your server the user is still active.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文