--web.xml contents-- <web-app> <session-config> <Session-timeout>5</session-timeout> <!------ 5mintimeout--> </session-config>
then trap on the invalidate method for your HttpSession object Makes sense??? Martin- ----- Original Message ----- From: "Eain Mat" <[EMAIL PROTECTED]> To: <user@struts.apache.org> Sent: Tuesday, April 05, 2005 7:44 PM Subject: Session Idle > What is the simplest way to track the session idle? We cannot use session-timeout in web.xml because there may be leftover operation that is needed to process. > > Eain Mat > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]