FormsAuthentication.SignOut() on server
Posted
by RendeRR
on Stack Overflow
See other posts from Stack Overflow
or by RendeRR
Published on 2010-05-05T11:17:45Z
Indexed on
2010/05/05
12:28 UTC
Read the original article
Hit count: 262
asp.net-mvc
FormsAuthentication.SignOut(), in so far as I understand it, just kills the cookie in your browser. Ie if cookie to save and after FormsAuthentication.SignOut () use again, the user is authenticated. How to kill a session on the server? Ie make any cookie does not valid?
I have ASP.NET MVC.
HttpContext.Session.Abandon() does not work.
© Stack Overflow or respective owner