In out ASP.NET MVC application happens, then a user is from time to time logged off unexpectedly (prematurely), after one minutes from recent activity instead of 20 minutes.
What can be the reason?
In out ASP.NET MVC application happens, then a user is from time to time logged off unexpectedly (prematurely), after one minutes from recent activity instead of 20 minutes.
What can be the reason?
The reason was that SlidingExpiration property was set to false in CookieAuthenticationOptions.