Why really short timeout in ASP.NET MVC?

后端 未结 2 1236
攒了一身酷
攒了一身酷 2021-01-31 18:52

I have an MVC 2 application where the timeout is set to 2880 (minutes as I understand it, but even if it is seconds there\'s a problem):



        
2条回答
  •  感情败类
    2021-01-31 19:21

    2880 is given in minutes. It will logout automatically if you add slidingExpiration="true". See example below.

     
    

提交回复
热议问题