10分钟后退出问题

时间:2014-01-16 22:47:05

标签: c# .net webforms session-timeout

我正在使用.NET 4.5,即使我将登录时间设置为45分钟,我的网站也会在10分钟不活动后将用户注销。

这对用户来说非常令人沮丧。

在web.config中,对于sessionState,这就是我所拥有的:

<sessionState mode="InProc" customProvider="DefaultSessionProvider" timeout="45">

并用于身份验证:

<authentication mode="Forms">
  <forms loginUrl="~/Account/Login.aspx" timeout="2880" defaultUrl="~/" protection="All"/>
</authentication>

它托管在 GoDaddy 上,其支持无用,但这意味着我无法控制 应用池回收 ,但我不知道认为这是问题所在。

我无法深究它。 有人可以帮忙吗?

0 个答案:

没有答案