cancel
Showing results for 
Search instead for 
Did you mean: 

Logoff in jsp

Former Member
0 Kudos

I have built a website in jsp I want to implement the log off functionality.Once user clicks on logoff and moves to next page he should not be able to go back using the back button and access the data.

How can this be done? Any ideas and code are welcome.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For the session to be terminate you will have to use session.invalidate() and to prevent going back using the bac button -- you can do this with a little bit of java scripting -- plenty of source code for the same available on the net.

Thanks,

GLM

Former Member
0 Kudos

Please provide me the code to disable the back button in jsp.

Former Member
0 Kudos

You can find the code for disabling back button by java script

http://www.htmlgoodies.com/tutorials/buttons/article.php/3478911

Answers (0)