Hi,
We have three tomcat web server and one apache httpd web server and tomcat get all request through httpd web server request . We are using mod_jk connector for communication AJP13 between tomcat and apache web server.Currently we are using load balancing of mod_jk connector on three tomcat with sticky session of workers.properties.We are maintain session in tomcat with proper jvmRoute property. But when user login, session get expired.Next time when user again login,it send to one main server. why session get expire. help.