What causes session/forms authentication timeouts in MVC3

Posted by SimpleUser on Stack Overflow See other posts from Stack Overflow or by SimpleUser
Published on 2013-10-30T10:12:44Z Indexed on 2013/11/11 9:55 UTC
Read the original article Hit count: 108

Can somebody please let me know what are the reasons for your authentication to die suddenly, even when you are working on an application without any idle time? Both with and without AJAX calls. And what are the different reasons for getting a 302 redirect from an MVC3 application to the Logon page.
Been struggling with an issue with timeouts that happen at random. Sometimes within a few minutes of login to the application and sometimes you can go for hours (with/without idle time) without being thrown out.

Thank You

© Stack Overflow or respective owner

Related posts about asp.net-mvc-3

Related posts about session-timeout