为什么我的超时属性不起作用。我将它设置为 1 分钟,即使这样已经一个多小时了,会话还没有过期。这是我在 web.config 中写的
<authentication mode="Forms">
<forms loginUrl="~/Account/Login.aspx" timeout="1" cookieless="UseCookies" />
</authentication>
<sessionState mode="InProc" timeout="1" />
</system.web>
有什么帮助吗?