JSP LOGOUT Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dpSharma
    New Member
    • Aug 2006
    • 1

    #1

    JSP LOGOUT Problem

    Hii,
    I am working on jsp n now i want to code a logout page.
    Problem : Using back button i can browse all the pages to which i have just logout. I know that Using
    response.setHea der("Cache-Control","no-cache");
    response.setHea der("Cache-Control","no-store");
    we can rectify the problem i'm stating but again when use the above two lines code i get a error "session is invalid".
    So plz. help me.
Working...