RE: tag for checking session and forward to login page

2006-07-24 Thread Raghuveer
To: user@struts.apache.org Subject: RE: tag for checking session and forward to login page HI All, You cannot disable the back button(I guess so), instead u can keep a check in each jsp page based on one session varaible Which is set into session once the user is logged in (ex:u can keep the

RE: tag for checking session and forward to login page

2006-07-21 Thread kumar.vinodh
button please let me know Thanks and Regards Vinodh -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 3:15 PM To: Struts Users Mailing List Subject: Re: tag for checking session and forward to login page Raghuveer ha scritto: > In log p

Re: tag for checking session and forward to login page

2006-07-21 Thread Antonio Petrelli
Raghuveer ha scritto: In log page once the session expired if user clicks BROWSER BACK button ,user should be in login page only when session expires. Can you elaborate this? I don't understand what you need. Ciao Antonio ---

tag for checking session and forward to login page

2006-07-21 Thread Raghuveer
In My Web application, i have page ot show "session_expired message" in login page. When session expires user is navigated to this page from server side. I am checking this in all execute methods of my action. Once the session expired user is navigated to login page. If user clicks logout button