Re: How to manually force a logout using asp.net 2.0
- From: shaharh@xxxxxxxxx
- Date: 29 Aug 2006 07:26:23 -0700
AAOMTim wrote:
I am using forms authentication and the asp.net 2.0 login controls along with
the asp.net membership provider. I would like to manually log the user off
from within the application. I tried using session.abandon, but that merely
ends the sessionbut still does not log the user off. What do I need to do to
log them off?
--
Tim
Use: FormsAuthentication.SignOut();
.
- Prev by Date: Re: MembershipProvider and ADAM
- Next by Date: Re: How to disable WinNT Login Prompt
- Previous by thread: How to disable WinNT Login Prompt
- Next by thread: User forgot password and answer to question
- Index(es):