1. How to prevent a user from seeing previous users' info by hitting the "Back" button stackoverflow.comI am developing a java web app using servlet, in order to prevent user from hitting the back button to see previous users' info, I have the following code :
|
2. Prevent user from going back to the previous secured page after logout stackoverflow.comI have the requirement that the enduser should not be able to go back to the restricted page after logout/signout. But currently the enduser is able to do that by the ... |
3. how can i prevent user to access the previous jsp page using browser's back button or backspace stackoverflow.comI'm working on a project on Online Examination. In this when the question paper is shown then the user can go back to the previous page. How can i prevent the user to ... |
4. how to use "previous" "next" buttons in a JSP page coderanch.com |
5. Next & Previous buttons behaviour in my jsp page coderanch.comHi, I'am displaying chunk(10 records) in a page from the database.Using the Next and Previous buttons on my page , I can retrieve 10 records at a time.The problem is explained below. * Retrieve first 10 records(1-10) * using the Next button get next set(10-20) * Now using browser's back button goto previous page(page with the records 1-10) * Now use ... |