ASP.NET 设置Session过期时间
程序员文章站
2022-06-11 11:42:03
...
在webConfig中添加
<system.web>
<sessionState mode="InProc" timeout="30"></sessionState>
<compilation debug="true" targetFramework="4.5.2" />
<httpRuntime targetFramework="4.5.2" maxRequestLength="1024000000" />
<customErrors mode="Off"></customErrors>
</system.web>
上一篇: nginx报错