tomcat version: 8.0.22 java: jdk1.8.0_05 server: amazon linux ami This might be outside the scope of this forum. I have an ELB (Elastic Load Balancer) distributing load between two instances that run tomcat. When I observe the tomcat manager app I see that at every health check interval (1 per 60 seconds) the ELB is creating 4 new sessions (ie: 4 different session ids are listed in the "Sessions Adminstration" page per ping). Is this normal? Why doesn't it just create 1 session per ping?
Thank you _