ASP.NET MVC2 FormsService SignOut is not actually signing out
Posted
by rintoantony
on Stack Overflow
See other posts from Stack Overflow
or by rintoantony
Published on 2010-05-25T13:46:48Z
Indexed on
2010/05/25
13:51 UTC
Read the original article
Hit count: 665
asp.net-mvc-2
The page is working even after calling FormsService.SignOut()
while using forms authentication with cookieless = "UseUri"
Do we have to call FormsAuthentication.Signout()
?
© Stack Overflow or respective owner