how to increase session timeout in asp.net?

后端 未结 6 1708
感动是毒
感动是毒 2020-12-05 10:31

I tried following codes to increase session timeout, but no use,

code is:


<         


        
6条回答
  •  半阙折子戏
    2020-12-05 11:11

    If you are using forms authentication then the default value of session timeout is 30min.Try this code to increase session timeout.

    
      
          
      
      
    
    

    I think the code help you.

提交回复
热议问题