Hy,
I have a problem with Jsp....I have an application that logs in the user by a servlet 
(called by Login.jsp); in this servlet I do:

> sessione = req.getSession(true);

and then I call some Jsp...when a user logs out I call the same login servlet; in this 
servlet I do:

> sessione.invalidate();

and redirect the user to Login.jsp.
Now if the user press the browser back button my application runs..why???
I invalidate the session...and I want that my application doesn' run without logging 
in.
Please help me...

Thanks,
Chiara

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to