Hello,

Context :
- one Apache Web Server configured as a load balancer using HTTP MOD PROXY
- 2 tomcat servers hosting applications

The main application uses JSESSIONID and sometimes calls an other one
which uses ROUTEID in its session cookie.

The issue : sometimes the application fails because the ROUTEID
changed (looks like Apache choose the other tomcat node instead of
keeping the good one). Then the application considers that the session
has expired because it tries to use a session on the other tomcat node
which is not opened.

I hope i am clear

Bertrand

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

Reply via email to