ASP.NET MVC + Forms + AJAX Authentication: Poll action without resetting expiration
1 answer
The code that updates the ticket bakes inside the FormsAuthenticationModule class, which is sealed, and this change cannot be changed. This is done by the RenewTicketIfOld method . Either way, allowing slideExpiration is considered a security vulnerability for your site.
0
a source to share