For me, it looks like a situation where i have to reset the browser cache or
something like that. I googled a lot about that and i find that delete cache
is impossible, but i find some javascript scripts, or use
response.setHeaders
but none of that worked for me.
Asked
Active
Viewed 203 times
1
-
http://stackoverflow.com/a/22633221/1654265 – Andrea Ligios May 03 '14 at 14:01
1 Answers
0
unset and destroy the session variables and expire the cookies if stored any in the logout script

5eeker
- 1,016
- 1
- 9
- 30
-
i already did it, but browsers back button show previous jsp pages and i want to prevent them. – RJ007 May 03 '14 at 08:17
-
1
-
if i do that end user can't use forward and back button during run the application , i only want he restrict for back button or to view last navigate pages after logout like in Facebook or banking sites. – RJ007 May 06 '14 at 07:04