Re: Unauthenticate a user
From: Shawn Farkas [MS] (shawnfa_at_online.microsoft.com)
Date: 06/21/03
- Previous message: lx: "Re: bug? -- PrincipalPermissionAttribute & GetCustomAttributes"
- In reply to: Shiran Simmons: "Unauthenticate a user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 20 Jun 2003 18:38:50 -0700
Hi Shiran,
If you are devloping an ASP.Net page, then your login information is
stored in the current session. From any page in your application, you can
call Session.Abandon() to cancel the session.
-Shawn
-- -------------------------------------------------- This posting is provided "AS IS" with no warranties, and confers no rights "Shiran Simmons" <shiran.simmons@edwards.af.mil> wrote in message news:010701c33747$db58c720$a301280a@phx.gbl... > Hi, > I'm trying to to implement a logout feature. When a user > logs out of this application I need to tell IIS to > unauthenticate the current user. I've looked into the > WindowsIdentity and WindowsPrincipal objects but they seem > to be readonly. Any ideas? > > Thanks. > Shiran
- Previous message: lx: "Re: bug? -- PrincipalPermissionAttribute & GetCustomAttributes"
- In reply to: Shiran Simmons: "Unauthenticate a user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]