Thank's it's working !

        HttpSession currentSession = request.getSession();

        currentSession.invalidate();

 ----- Original Message ----- 
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 02, 2001 10:42 PM
Subject: Re: Logout & form-based authentication


> Valeriy Molyakov wrote:
> 
> > Hi !
> >
> > I use form-based authentication.
> >
> > Can I logout without close browser?
> >  Best regards,
> >     Valera M.
> >     mailto:[EMAIL PROTECTED]
> 
> Yes ... just invalidate the current session.
> 
> Craig McClanahan
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to