If you can use javascript, just add following code to all your pages.
Whenever anyone will click browser back on any page, that page itself will
get reloaded rather than going back to the previous page.

        <SCRIPT LANGUAGE="JavaScript">
                <!--
                javascript:window.history.forward(1);
                //-->
        </SCRIPT>



-----Original Message-----
From: Lixin Chu [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 26, 2006 5:10 AM
To: Struts Users Mailing List
Subject: Re: [again] how to disable browser's back button after logout ?

is there a clearner way of doing this if I want to protect every page except
the login/out ?



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

Reply via email to