https://bz.apache.org/bugzilla/show_bug.cgi?id=57532

--- Comment #7 from andrew jardine <andrew.jard...@jardineworks.com> ---
Hey Mark,

UPDATE:

I am seeing the same behaviour, even with the JvmRouteBinderValve. At first I
enabled the jvmRoute, but that was problematic because, as previusly mentioned,
the route was post fixed to the sessionid. I removed the jvmRoute, but LEFT the
JvmRouteBinderValve and restarted everything.

Session replication works. I have my 3 nodes behind an apache proxy that does
RR load balancing to each of the nodes. When I shut down a node from the
cluster, sometimes the session remains, other times it is lost. It appears,
again, as though the primary node shut down is the problem.

For my requirements, the only time I would want a session expiration to be
broadcast across the cluster is when a user logs out. The application handles
this for me already so for Tomcat, the application server need only kill its
own list of sessions on shut down. Perhaps my scenario is something that is
outside the norm of what others/tomcat expects. Either way, the only solution I
have found to date is to modify that method so that it does not default to
broadcasting across the cluster.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to