Why really short timeout in ASP.NET MVC?

后端 未结 2 1232
攒了一身酷
攒了一身酷 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:23

    Found the answer finally after a lot of Googling...

    You have to set a custom machinekey in the web.config file. I used this generator:

    http://aspnetresources.com/tools/machineKey

    This seems to have to do something with "recycling" on the web host, which causes the user to be logged off, if I understood it correctly.

    Anyway, it works fine now!

提交回复
热议问题