January 2018
Intermediate to advanced
350 pages
9h 7m
English
Sticky session routing is generally used because of a business use case. The idea is to always route a client to the same backend server if a session is started. Java EE defines three session modes through SessionTrackingMode:
Each time, the tracking works by passing a shared identifier between the client and the server. If you add a load balancer in between, the communication ...
Read now
Unlock full access