> From: abhishek jain [mailto:abhishek.netj...@gmail.com]
> Subject: Terminate sessions of particular domain
> 
> I want to terminate the sessions of a particular domain name / webapp.
> How can i do so. also can i do so while tomcat is running.
> 
> Pl. advice.i am using tomcat 5.5 on centos / linux

In 5.5, you can use LambdaProbe to manipulate active sessions.

Consider moving up to Tomcat 6.0, where session management is available from 
Tomcat's built-in manager webapp.  Use the "List Applications" page, and click 
on the session count field to display the sessions for a particular webapp.  
From there you can expire whatever sessions you want.

You can also access the session information via JMX (e.g., JConsole).

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to