Hi,
 
The session can made new every time by making request.getSession(true);
 
 
 
----- Original Message -----
Sent: Tuesday, April 02, 2002 9:46 PM
Subject: removing session from browser

Anybody know how to remove a session from a user. Not to invalidate it, but to remove the sessionid cookie, so that next request does not show an invalid session, but no session at all.

Reply via email to