ExpireSession settings

2008-11-06 Thread Greg Dick
Hi, We have an application with an HttpSessionListener on Tomcat 6.0.14 with an Apache 2.2 load balancer. We have gone through a variety of config settings regarding "expireSessionsOnShutdown" and we're a bit confused as to what we should be seeing. When a user hits the site and a new sessio

Re: Sticky Session AND session duplication?

2008-11-06 Thread Greg Dick
Hi, Ok, this was successful. There was an issue in the ICEfaces framework that invalidated the session immediately during failover, giving the impression that the session had no previous values, when in fact a new session was being created. Thanks all. Greg Sanjeev Verma wrote: Can an IC

Sticky Session AND session duplication?

2008-10-30 Thread Greg Dick
Hi, I know that for typical web applications one of these approaches is generally enough to achieve load balancing across nodes in a cluster, but we here with an ICEfaces application would find it useful to do both. Session duplication to ensure the spreading around of session information, an