gpt4 book ai didi

asp.net 2.0 session 超时

转载 作者:行者123 更新时间:2023-12-05 02:25:11 26 4
gpt4 key购买 nike

对于之前可能被问到的问题,我提前表示歉意。我有一个 asp.net 2.0 web 应用程序,正在尝试设置 session 超时。

我的第一次尝试是将它添加到 web.config 中。< sessionState mode="InProc"timeout="300">

虽然用户会告诉我,在闲置大约 20 分钟后,然后尝试在网站上再次做某事,他们将被重定向回登录页面。

所以现在我正在尝试web.config 中我的

我还在我的 global.asax 中尝试了 Session.Timeout=60。

这些应该有用吗?我还需要其他东西吗?感谢您的宝贵时间和帮助。

最佳答案

来自另一个论坛帖子。

There are two different types of timeout. One is an authentication timeout (which redirects you to a login page) and the other is a session timeout (which drops all session vars). I set the session timeout in global.asax session_start by using session.timeout. IN your webconfig, you can set the authentication timeout by editing this tag:

<authentication mode="Forms"> 
<forms timeout="1024"/>
</authentication>

关于asp.net 2.0 session 超时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2557191/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com