Session TimeOut即使系统正在使用

时间:2017-04-19 06:48:32

标签: c# .net asp.net-mvc asp.net-mvc-4 session

我正在使用MVC应用程序,并且已将会话超时设置为100分钟。

问题是即使我正在使用系统,也会发生会话超时。是否可以在系统使用时防止会话超时。

我正在使用此代码设置会话超时:

<authentication mode="Forms">
  <forms loginUrl="~/Account/LogOn" timeout="2880" />
</authentication>
<sessionState timeout="100">
</sessionState>

如果我使用了错误的方法,请纠正我,谢谢。

0 个答案:

没有答案