Forms Authentication timing out when it shouldn't?

前端 未结 4 490
无人共我
无人共我 2021-02-06 14:59

I have a problem with an ASP.NET application that is driving me nuts.

When a user leaves a page inactive for a period of time the session was timing out and error were b

4条回答
  •  我寻月下人不归
    2021-02-06 15:32

    This may also happen when iis recycles or terminates the application pool.

    You may want to check Troubleshoot Forms Authentication It could be that the client lost their cookie.

    If you manually generate the authentication ticket, you need to set the timeout in code and not the web.config

提交回复
热议问题