I would like to know, How HttpSession works on Load balancer? How Load balancer knows for the particular request need to send the respective Web Server?
Here's what I would guess:
1. load-balancer works based on user's region like county, state.
2. load-balancer works based on user IP address range
3. load-balancer works based on Cookies management.