FormsAuthentication.SignOut(); doesn't work...
From: mo (nospam_at_please.thiankyou)
Date: 10/23/05
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: asp.net sql trusted connections between servers"
- Previous message: Jéjé: "Re: retrieving windowsidentity using the logon name only?"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: FormsAuthentication.SignOut(); doesn't work..."
- Reply: Dominick Baier [DevelopMentor]: "Re: FormsAuthentication.SignOut(); doesn't work..."
- Reply: mo: "Re: FormsAuthentication.SignOut(); doesn't work..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 23 Oct 2005 02:18:01 -0600
my current project uses FormsAuthentocation.. I need a logoff page -
may logo off page contains the following in the Page_Load:
Session.Abandon();
FormsAuthentication.SignOut();
After 'logging off', HttpContext.Current.User.Identity.IsAuthenticated and
Request.IsAuthenticated is still true and the user can still access pages
that they should net be able to..
What's up with this??? I've seen quite a few posts on the web, but no firm
answer
thanks!
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: asp.net sql trusted connections between servers"
- Previous message: Jéjé: "Re: retrieving windowsidentity using the logon name only?"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: FormsAuthentication.SignOut(); doesn't work..."
- Reply: Dominick Baier [DevelopMentor]: "Re: FormsAuthentication.SignOut(); doesn't work..."
- Reply: mo: "Re: FormsAuthentication.SignOut(); doesn't work..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|