Let's go over an example.
You login with login.jsp
you are authenticated with authenticate.jsp
then it sends you to loggedin.jsp
at the end you go to login.jsp when you log out.
assumptions:
1. you are doing session.invalidate() in login.jsp
2. you want to be "efficient" and are
helps.
Have a nice day.
With regards,
Sachin S. Khanna
http://www.emailanorder.com
- Original Message -
From: Chiara Berti <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 10:05 PM
Subject: Logout problem...
> Hy,
> I have a problem wit
iara 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 JspI have an application that logs in the user
> by a servlet (ca
Hy,
I have a problem with JspI 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(