You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This algorithm will distribute incoming requests to backend servers based on a hash of the client's IP address. This will be very useful for implementing sticky sessions later on.
The algorithm distributes requests based on the hashed value of the client’s IP address.
Requests from the same IP address should be routed to the same server everytime.
The text was updated successfully, but these errors were encountered:
This algorithm will distribute incoming requests to backend servers based on a hash of the client's IP address. This will be very useful for implementing sticky sessions later on.
The text was updated successfully, but these errors were encountered: