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.
我的应用程序配置为通过 IIS 运行。我正在尝试将会话超时从默认的 20 分钟更改为 1 分钟。
我尝试了以下方法,但没有成功:
Idle Time-out (minutes)
Time-out
<sessionState mode="InProc" timeout="1"/>
<configuration><system.web>
任何想法或建议将不胜感激。
谢谢。