hi,
you can inform the user by using the request object
bind ur message by :
request.setAttribute("messageName", "session timed out!!");
retrieve the message by  : request.getAttribute("messageName");
hope this helps u.
regards,
Vinayak.

----- Original Message ----- 
From: "Caroline Jen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 03, 2003 11:53 AM
Subject: Session Times Out


> I check if session expires for each action in the
> application.  If the session times out, I forward the
> user to index.jsp so that the user can log on again.  
> 
> How do I inform the user with a message that he/she is
> at the welcome page because the session has expired?
> 
> __________________________________
> Do you Yahoo!?
> Exclusive Video Premiere - Britney Spears
> http://launch.yahoo.com/promos/britneyspears/
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to