> From: me_zeta [mailto:[EMAIL PROTECTED] 
> Subject: Session Invalidation Not working
> 
> From my jsp page i call session.invalidate(). After
> doing this if i check the tomcat active session
> through the tomcat manager i find that the number
> of active session has not reduced.

You may be getting a new session created while the servlet/JSP is
running.  Use the Complete Server Status page (/manager/status/all), and
check the number of expired sessions, as well as the active count.  If
expired has gone up, your code worked.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to