Re: Forms Auth and FormsAuthentication.SignOut()Question
From: WJ (JohnWebbs_at_HotMail.Com)
Date: 10/25/04
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Client Side Certificates for Web Services?"
- Previous message: richlm: "Re: Authentication question"
- In reply to: Patrick.O.Ige: "Forms Auth and FormsAuthentication.SignOut()Question"
- Next in thread: Patrick.O.Ige: "Re: Forms Auth and FormsAuthentication.SignOut()Question"
- Reply: Patrick.O.Ige: "Re: Forms Auth and FormsAuthentication.SignOut()Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 25 Oct 2004 16:04:50 -0400
The back button on the Browser will only show the page that is already on
the client, this makes you think that you are authenticated but infact you
are not because you just did a "FormsAuthentication.SignOut();" , none of
your code on the page that is caused by the "Back" button at this point is
executed because the page itself has not been back to the server yet. Now,
if you attempt to push a button that does something on the server, then you
will be presented a proper Login page.
John
"Patrick.O.Ige" <PatrickOIge@discussions.microsoft.com> wrote in message
news:CCF22CF5-3EBD-4850-BCD3-BCCF9F6E990C@microsoft.com...
> I'm using Form Auth.
> I 'm using the FormsAuthentication.SignOut() to sign out
> But when the user logins in and later logs out using
> FormsAuthentication.SignOut()
> When the user clicks the back button he is still authenticated on the PAGE
> why!!
> Is there anyway i can remove the cache or something..
> Any ideas?????
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Client Side Certificates for Web Services?"
- Previous message: richlm: "Re: Authentication question"
- In reply to: Patrick.O.Ige: "Forms Auth and FormsAuthentication.SignOut()Question"
- Next in thread: Patrick.O.Ige: "Re: Forms Auth and FormsAuthentication.SignOut()Question"
- Reply: Patrick.O.Ige: "Re: Forms Auth and FormsAuthentication.SignOut()Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]