I suppose you want to display a timeout page when the user performs an action on the 
displayed page after the timeout period has elapsed.  This can be accomplished by 
testing if the session is new; if so, we have a timeout and the user can be 
re-directed accordingly.

If you want the page to automatically transition after the timeout period has elapsed 
(not preferable: user may be interacting with the page) you can resort to some Java 
scripting that starts a timer when the page is loaded and re-directs to a timeout page 
when the timer expires.

Sri

-----Original Message-----
From: Mohan Radhakrishnan [mailto:MohanR@;hclcomnet.co.in] 
Sent: Friday, October 18, 2002 3:02 AM
To: 'Struts Users Mailing List'
Subject: Session timeout jsp


Hi,
   Can you show a session timeout page when the session times out ? Do you just listen 
to the event and forward ?
   Is there a declarative way of doing that?
bye,
Mohan

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to