how to avoid session timeout in web.config

后端 未结 6 731
萌比男神i
萌比男神i 2020-12-18 00:21

What should I write in web config file in asp.net so that my session time is extended. and please tell me the exact location where should I place the code in web config

6条回答
  •  生来不讨喜
    2020-12-18 01:02

    You can change session timeout value in web.config.

    If the desired session timeout is 60 minutes, markup code in web.config should look like this:

    
      
    

提交回复
热议问题