Look at the HttpSessionListener interface. http://java.sun.com/j2ee/sdk_1.3/techdocs/api/
Create the sessionDestroyed() implementation and add a listener element to web.xml: http://java.sun.com/dtd/web-app_2_3.dtd -----Original Message----- From: Robert Priest [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 16:50 To: '[EMAIL PROTECTED]' Subject: "OnSessionEnd" for Tomcat ? Hello All, I am looking for a way to detect when a session ends in tomcat and do a few things such as temp dir clean up, and so on. Can anyone point me to the proper documentation or provide info on this? thanks in advance... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
