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
user id in session)and when user clicks logout, the logoutAction class
is called and it just removes the session variable and invalidate all
the session variable.

Now if the user tries to go back using back button, user can view the
page but no actions can be performed on the page. Any actions performed
on the page will take the user to login page.

If any one know about disabling back 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 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to