You need to replace your history log browser. If you have a window frame,
you can to use Javascript to open the new form on target frame with Replace
property, like follow:
 parent.frame_win.location.replace = "new_url"
cheers

> ----- Mensagem original -----
> De:           Chiara Berti [SMTP:[EMAIL PROTECTED]]
> Enviada em:           quinta-feira, 13 de setembro de 2001 13:35
> Para:         [EMAIL PROTECTED]
> Assunto:              Logout problem...
>
> 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

===========================================================================
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