1) Please fix your name -- it's not "legal" according to forum guidelines (and Eric will beat you up about it before much longer). 2) Even though this is not Jeopardy, please phrase your post in the form of a question that can be answered. thanks, bear
As Stated before you name doses not fit the guidelines of First and Last Name, Please use the My Profile link above tp fix it. Second off I am guessing that you have a log out link and then the person uses the back button and they are logged in again and you do not want it. This would be a server side problem with your session cookies being properly handled. Eric
Pashi Soni
Greenhorn
Joined: Feb 27, 2003
Posts: 26
posted
0
Before sending the data to the browser, write the following statements, response.setHeader("Cache-Control","no-store"); response.setHeader("Pragma","no-cache"); response.setDateHeader ("Expires", 0); This also helps in case, when user should not be able to see previous pages by clicking the Back button in the browser. (When very sensitive information is being displayed and someone else comes back tomachine and tries to see what data was entered)