> I am a programmer in an environment that features load balancing on 3
> production machines. Typically, requests to a given URL will be routed to
> any of the three machines, depending on which is the least busy. Can
> Tomcat session management work correctly in this environment? In other
> words, will requests associated with a given session always return to the
> machine where the session originated?
> 
> Matt

Reply via email to