...
[15:26:01 CDT(-0500)] <jwennmacher> Do you know: If a load balancer is configured to use JSESSIONID for sticky sessions, is the request that creates the session guaranteed to be sent to the same server as the next request where the JSESSIONID is actually sent from the browser? It seems like it would have to be or you could end up in a loop, but then the load balancer would need to look at http responses and not just requests. (this assumes you load balance b
[15:28:04 CDT(-0500)] <EricDalquist> yes
[15:28:08 CDT(-0500)] <EricDalquist> that is how it should work
[15:28:09 CDT(-0500)] <EricDalquist> note if you do that
[15:28:21 CDT(-0500)] <EricDalquist> you need to tell your container you are doing so
[15:28:52 CDT(-0500)] <jwennmacher> you mean the concept is how it should work, or the latter part about session reusing the session ID?
[15:29:03 CDT(-0500)] <EricDalquist> http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html