Hi, You can overLoad ActionServlet, in this class also you can implment this functionlity.
Only issue is you need to take care all requests should pass through the ActionServlet (for jsp also). Best Suggestion is: 1)Over Ride ActionServlet and place session expire code(redirect login page or some other stuff). This will work for if the user clicks any buttons, action events. 2) Now we need to handle page refreshes (i.e JSPs) write a simple jsp, which consist simple logic check session, if session is null redirect to login page or some stuff. Include this jsp, where ever you required. Thanks & Regards, Ashok.D VisualSoft Technoligies, Hyderabad, INDIA. ----- Original Message ----- From: "Sundar Narasimhan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 05, 2003 10:28 AM Subject: Re: session timeout not working anymore :( > >You should take this opportunity to refactor your session timeout > >functionality. > > > >Extend the Struts RequestProcessor (or the TilesRequestProcessor) to include > >your session check and forward. Take logic out of your JSPs : ) > Ok.. I don't see either of these in 1.0. Next suggestion please? > > > > --------------------------------------------------------------------- > 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]