Load Balancing

Session Persistence

English

Overview

A mechanism that always routes traffic from the same user to the same server.

Details

A mechanism that always routes a series of requests from the same client to the same server. It's needed when login state or other data is held only on that one server, and typically pins the destination based on a cookie or the client's source IP address.

More Networking terms