Thanks for the reply. I did the same thing as you said but it is not working. The same script is working fine with Mozilla Firefox both on the server and client environment. But when i tried with IE7 the script is working fine in the server but in the client it is showing the main page. The script is not revalidating when i am pressing back navigator in the client IE7 browser .
I have written 3 php scripts for user login, mainpage and logout. When the user submits the login form it athunticates the user, if he is a valid user then it will redirect the user to main page. In the main page i have used the href tag for logout which unsets the user session. After user logged out if he presses 'back' navigator button on the browser page then it is showing the mainpage which should not be shown after user logout. How to handle...
Leave a comment: