1

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.

Roman C
  • 49,761
  • 33
  • 66
  • 176
RJ007
  • 23
  • 4

1 Answers1

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
    you need to instruct the browser to not cache those pages – Andrea Ligios May 03 '14 at 14:02
  • 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