Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Session ID oddity

On 17/02/2023 23:18, Jan Bartel wrote:
The ".nodeX" suffix on the the session id can be used by load balancers to direct traffic to particular nodes in the cluster, ie ensure session stickiness.

If a session lands on a different node other than the one it originated on (eg that node failed, or the load balancer is non sticky) then the suffix will change but the rest of the session id is invariant.

The session id, minus the suffix, is unique across all nodes in the cluster.

Right. Thanks for the explanation.

--
John English



Back to the top