> From: lightbulb432 [mailto:veerukrish...@hotmail.com]
> Subject: Cluster session sync question (from documentation)
> 
> How, for example, would a client be able to access the same session
> simultaneously?

If a page includes multiple resources (e.g., frames, pictures), a browser will 
normally generate at least two requests in parallel for those resources.  If 
those parallel requests are for dynamic content, it's up to the servlets 
involved to synchronize updates to the common session object.  That's 
relatively easy in a non-clustered environment, but much trickier with 
clustering - unless using sticky sessions in your load balancer.

With sticky sessions configured in your load balancer, the concurrent request 
problem devolves to the same one you already have in a non-clustered 
environment.

 - 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