How do I log a user out when they close their browser or tab in ASP.NET MVC?
I need to sign out a user when the user closed the tab or browser, how do I do that in ASP.NET MVC?
I need to sign out a user when the user closed the tab or browser, how do I do that in ASP.NET MVC?
I want to detect when a asp.net Form Authentication ticket has expired. I then want to log to the server the user that was signed out because of inactivity. Is there an event that fires on the server when the authentication ticket has expired?