logout « Button « JSP-Servlet Q&A





1. disable back button when logout in jsp    stackoverflow.com

i have a jsp page and problem is that when i click the logout button it redirect to the login page but when press the back button it show the previous ...

2. How to disable browser back button after logout in JSP?    stackoverflow.com

Possible Duplicate:
Restrict user from accessing the previous page after signout
Am developing a JSP application in netbeans 6.5.1. I need to disable browser back button ...

4. upon click of back button, go to logout page    coderanch.com

hi, i am new one of jsp, i have developed simple web application... Step 1 : I have one login page : (contains user-name ,password and submit button) Step2 : I have one logout page : it has one link (Go to login page), just you click this link go to login page.. step3 : And i have some pages like ...

5. logout button is not working    coderanch.com

7. logout by disabling back button    java-forums.org

hello friends... i am a new user... i am creating a web appliction in which i want if the user is been logout once then he should not be able to access the home page by simply pressing the back button... i tried different things but it didn't work... pls help... login.html ...