您可以在web.config中更改应用程序级别,例如..
<sessionState timeout="40"></sessionState>// note this is minutes
Run Code Online (Sandbox Code Playgroud)
您还可以更改machine.config以及所有应用程序
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config
Run Code Online (Sandbox Code Playgroud)