I am using Jetty 8 and currently have two instances set up and running behind a round robin load balancer. I have configured it use session replication via MongoDB. It is working great with two exceptions. I will include one here, and the other in another question.
- It is possible to for a session on one of the nodes to be kept alive while the same session on the other node times out. As soon as you hit the timed out node, the behavior is as if the session has expired, even though there as activity from the user on the other node.
Does anyone have any suggestions? I'm about to start digging into the implementation of jetty-nosql, but would love it if someone could save me some time.