Re: FormsAuthentication.SignOut(); doesn't work...
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 10/23/05
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: asp.net sql trusted connections between servers"
- In reply to: mo: "FormsAuthentication.SignOut(); doesn't work..."
- Next in thread: mo: "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 04:44:13 -0700
Hello mo,
use a tool like www.fiddlertool.com to check if the cookie is really cleared...
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> 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!
>
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: asp.net sql trusted connections between servers"
- In reply to: mo: "FormsAuthentication.SignOut(); doesn't work..."
- Next in thread: mo: "Re: FormsAuthentication.SignOut(); doesn't work..."
- Reply: mo: "Re: FormsAuthentication.SignOut(); doesn't work..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|