Re: Forms Auth and FormsAuthentication.SignOut()Question
From: Patrick.O.Ige (PatrickOIge_at_discussions.microsoft.com)
Date: 10/26/04
- Next message: howard39_at_nospam.nospam: "Process.GetProcessesByName throws exception"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Impersonation headache"
- In reply to: WJ: "Re: Forms Auth and FormsAuthentication.SignOut()Question"
- Next in thread: WJ: "Re: Forms Auth and FormsAuthentication.SignOut()Question"
- Reply: WJ: "Re: Forms Auth and FormsAuthentication.SignOut()Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 25 Oct 2004 17:03:02 -0700
ok then John.
I would try that out.
But do you have any idea how to have a role based Forms Authentication when
using Active Directory as a data store.I want to validate my users against
ROLES in the Active Directory..
Thanks
"WJ" wrote:
> 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: howard39_at_nospam.nospam: "Process.GetProcessesByName throws exception"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Impersonation headache"
- In reply to: WJ: "Re: Forms Auth and FormsAuthentication.SignOut()Question"
- Next in thread: WJ: "Re: Forms Auth and FormsAuthentication.SignOut()Question"
- Reply: WJ: "Re: Forms Auth and FormsAuthentication.SignOut()Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]