Ask a Question related to ASP.NET Security, Design and Development.
-
Ethan Chan #1
Forms Authentication Ticket isn't destroyed when logging out
I am using forms authentication on my web application which requires users
to log in to add content on their website.
Upon loggin out, i used the log out method in the Forms Authentication
Ticket. However when i have hijacked the cookie, i am still able to access
the protected pages.
Tel : [65] 6225 1308 Fax : [65] 6225 1931 [url]www.active8.com.sg[/url]
Ethan Chan Guest
-
Forms Authentication Ticket Reissue
When using Forms Authentication with the SlidingExpiration attribute set to 'true', the authentication ticket is reissued sometime after half of... -
forms authentication ticket expiration problem
I have set up forms based authentication according to the KB article (http://support.microsoft.com/kb/308157/EN-US/) using the... -
forms based authentication - ticket not expiring
I have set up forms based authentication according to the KB article (http://support.microsoft.com/kb/308157/EN-US/) using the... -
Authentication ticket, cookieless, forms authentication?
Hi. I want to use Forms Authentication, cookieless. The issue is setting the Authentication Ticket without using cookies (!) That is, the... -
Forms Authentication and Logging Out
Hi, I am using Forms Authentication and it is working just great...someone tries to access a form without logging in, they get routed to my login... -
Gabriel Lozano-Morán #2
Re: Forms Authentication Ticket isn't destroyed when logging out
And in the page load of your logout page you call the following lines?
Session.Abandon();
System.Web.Security.FormsAuthentication.SignOut();
Gabriel Lozano-Morán
Software Engineer
Sogeti
Gabriel Lozano-Morán Guest



Reply With Quote

