ASP.NET MVC + Forms Authentication + AJAX: Polling action without resetting auth ticket expiration
- by ifwdev
Is there a way to mark a Controller Action to not reset the Forms Authentication ticket sliding expiration? I want to poll the server every x seconds for new info using ajax but that will effectively prevent the user session from ever expiring.