如何在web.config中设置会话超时

我已经尽力了,但是找不到如何为ASP.Net Web应用程序的进程内会话设置会话超时值的解决方案。


我正在使用VSTS 2008 + .Net 3.5 + C#。这是我自己写的将超时设置为1分钟的内容,对吗?


我在 web.config


<sessionState timeout="1" mode="InProc" />


冉冉说
浏览 1162回答 3
3回答

FFIVE

如果要将超时设置为20分钟,请使用以下方法:&nbsp; &nbsp; <configuration>&nbsp; &nbsp; &nbsp; <system.web>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<sessionState timeout="20"></sessionState>&nbsp; &nbsp; &nbsp; </system.web>&nbsp; &nbsp; </configuration>

茅侃侃

在web.config:<sessionState&nbsp;&nbsp; timeout="20"&nbsp;/>
打开App,查看更多内容
随时随地看视频慕课网APP