Wow, thanks for the quick response :)

Exactly what I meant, thank you muchly.

Luc

-----Original Message-----
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 9:53 AM
To: Tomcat Users List
Subject: RE: session invalidate



Hi,

>Will calling session.invalidate() wait until the session is actually
>invalidated until code is further processed?

Session.invalidate is a blocking call, yes, if that's what you mean.  It
should be very very fast, unless you've stuck a ton of stuff in the
session and/or have a complex/time-consuming session attribute/binding
listener setup.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to