RE: Redirect request to home if session is expired

2005-07-06 Thread Juan Pablo Vagliati
: MiƩrcoles, 06 de Julio de 2005 10:03 a.m. Para: Struts Users Mailing List Asunto: Redirect request to home if session is expired Hi list members, in my Struts-based application I want to test, if the session of the user is expired. If so, I want to forward/redirect the user back to the starting

Redirect request to home if session is expired

2005-07-06 Thread Franz-Josef Herpers
Hi list members, in my Struts-based application I want to test, if the session of the user is expired. If so, I want to forward/redirect the user back to the starting page. But this seems to be a problem, if I call an Action that is associated with an ActionForm in session scope. When I tried