user « Button « JSP-Servlet Q&A





2. Can servlet detect user's clicked "Back" button in browser?    coderanch.com

If the problem is in the consistancy of the data stored in the session, I'd recommend not storing it in the session. Trapping or otherwise handling the use of the back button in web pages doesn't have any easy answer. Essentially it doesnn't work. I'm a person from the camp that believes you shuold put as little information on the session ...