how to avoid session timeout in web.config

后端 未结 6 1916
清酒与你
清酒与你 2020-12-17 23:58

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 00:55

    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:

    
      
    

提交回复
热议问题