nil*_*ill 6 c# asp.net timeout
几分钟?它在"2880",但是这个超时太短了.似乎没有几分钟......
<authentication mode="Forms">
<forms loginUrl="~/Account/Login" timeout="2880" />
</authentication>
Run Code Online (Sandbox Code Playgroud)
<forms loginUrl="~/Account/Login" timeout="2880" />
Run Code Online (Sandbox Code Playgroud)
FormAuthentication超时以分钟为单位.2880表示48小时.
如果没有明确设置,默认值为30分钟.