【问题标题】:asp.net session duration when user is constantly using the application用户不断使用应用程序时的 asp.net 会话持续时间
【发布时间】:2020-06-28 10:58:32
【问题描述】:

我有一个问题,不知道问这个问题好不好,

假设我在 asp.net 中有一个超时 20 分钟的会话,并且我的用户一直在使用特定的应用程序,我的会话会在 20 分钟后过期吗?

【问题讨论】:

    标签: asp.net session


    【解决方案1】:

    我相信,只要用户处于活动状态并且正在使用应用程序,会话就会更新。如果用户长时间空闲,会话将过期,出于安全考虑,用户必须重新登录。

    参考Session State document

    【讨论】:

      猜你喜欢
      • 2012-03-02
      • 2022-01-17
      • 2018-01-24
      • 2016-06-20
      • 2017-10-09
      • 2019-01-09
      • 2020-11-03
      • 2019-06-05
      • 2019-05-06
      相关资源
      最近更新 更多