formsAuthentication.Signout() not working ?? ANYONE KNOW THE ANSWER
anonymous_at_discussions.microsoft.com
Date: 12/23/03
- Next message: Chris Marchal[MSFT]: "RE: Authentication method for Web Service"
- Previous message: anonymous_at_discussions.microsoft.com: "FormAuthentication.SignOut NOT WORKING?? ANYONE KNOW THE ANSWER??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Dec 2003 01:14:47 -0800
I am using forms authentication in my apps.
Every page I added:
Me.Response.Expires = 0
Me.Response.Cache.SetCacheability
(HttpCacheability.NoCache)
In the logout page, I use formsAuthentication.signOut().
BUT, if I press back I still able to access the page and
even the link which is supposed to be secure.
I have seen a lot of UNANSWERED similar posts.
Is this a known problem? or there is a mistake in my
implementation.
Appreciate if anyone could help me.
Thanks
- Next message: Chris Marchal[MSFT]: "RE: Authentication method for Web Service"
- Previous message: anonymous_at_discussions.microsoft.com: "FormAuthentication.SignOut NOT WORKING?? ANYONE KNOW THE ANSWER??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|