> From: Karl San Gabriel [mailto:karl.sangabr...@gmail.com]
> Subject: Re: Re: session.isNew() not thread safe?
>
> Session object is not thread-safe.

Please don't post false information - do your homework.  To quote from 7.7.1 of 
the servlet spec:

"Multiple servlets executing request threads may have active access to the same 
session object at the same time. The container must ensure that manipulation of 
internal data structures representing the session attributes is performed in a 
thread safe manner."

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to