SV: killing a session

2001-03-22 Thread Magnus Rydin
Title: SV: killing a session





Oh man! You just copied his message!
Didnt you see his footer? :)


Oh damn! Now I did so too.


j/k
MR


 -Ursprungligt meddelande-
 Från: Allen Fogleson [mailto:[EMAIL PROTECTED]]
 Skickat: den 21 mars 2001 17:45
 Till: Orion-Interest
 Ämne: RE: killing a session
 
 
 HttpSession ses = request.getSession(true);
 ses.invalidate();
 
 Al
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Fernando
 DeLeon
 Sent: Wednesday, March 21, 2001 6:28 PM
 To: Orion-Interest
 Subject: killing a session
 
 
 how do u kill a session ?? :D
 
 
 





killing a session

2001-03-21 Thread Fernando DeLeon

how do u kill a session ?? :D



The contents of this email are confidential. If you are not the intended recipient, 
you must not disclose, copy or use the contents in any way. 
If you have received this email in error, please delete it and notify us immediately 
by return email. It is the recipient's responsibility to screen this message and any 
attachments for computer viruses. 
Any views expressed in this email are not to be taken as the views of 
the company or any related business entity unless expressly stated to 
the contrary. 






RE: killing a session

2001-03-21 Thread Allen Fogleson

HttpSession ses = request.getSession(true);
ses.invalidate();

Al


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Fernando
DeLeon
Sent: Wednesday, March 21, 2001 6:28 PM
To: Orion-Interest
Subject: killing a session


how do u kill a session ?? :D