aspose file tools
The moose likes JSP and the fly likes jsp or java code for logout validation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "jsp or java code for logout validation" Watch "jsp or java code for logout validation" New topic
Author

jsp or java code for logout validation

anusha kala
Greenhorn

Joined: Feb 19, 2013
Posts: 1
hi,dis is anusha
please any one help me in my jsp logout validation code

can anyone provide jsp or javascript code for logout validation
the problem is my back button is not disabling when i submitted logout
if i pressed the logout button it is navigating to the next page but the problem is when i clicked the back button the page is again shown which i have loged out
harshvardhan ojha
Ranch Hand

Joined: Jul 26, 2007
Posts: 155
    
    1

Anusha, set response headers in a filter like


or you can set it in your jsp as meta tags also.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: jsp or java code for logout validation
 
Similar Threads
problem in page navigation
Login/logout Problem
Logoff problem
2 submit buttons with different action
How to ByPass the validation framework