Session timeout in ASP.NET

后端 未结 15 2407
忘了有多久
忘了有多久 2020-11-22 09:14

I am running an ASP.NET 2.0 application in IIS 6.0. I want session timeout to be 60 minutes rather than the default 20 minutes. I have done the following

  1. Set <
15条回答
  •  爱一瞬间的悲伤
    2020-11-22 09:43

    You can find the setting here in IIS:

    It can be found at the server level, web site level, or app level under "ASP".

    I think you can set it at the web.config level here. Please confirm this for yourself.

    
       
    
          
           
    
       
    
    

提交回复
热议问题