You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Anibal Constante Brito <ac...@hotmail.com> on 2002/06/08 10:06:08 UTC

how can I close a session

how can I close a session in JSP?

or something like this. to desconect the user, that the user have to log
again.

Best Regards.
Owen.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: how can I close a session

Posted by Dennis van den Berg <dv...@xs4all.nl>.
Try

session.invalidate();

Dennis.

-----Original Message-----
From: Anibal Constante Brito [mailto:aconstante_00@hotmail.com]
Sent: zaterdag 8 juni 2002 10:06
To: Tomcat
Subject: how can I close a session


how can I close a session in JSP?

or something like this. to desconect the user, that the user have to log
again.

Best Regards.
Owen.


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>