Session Proxy
A session proxy is a type of proxy server that keeps the same outbound IP address for the duration of a browsing or application session, rather than switching addresses between requests. This consistency helps applications that expect a user to appear from a stable network location throughout a sequence of interactions. The evidence for this term describes network-level IP and session persistence, not identity authentication or authorization functions.
In the usage documented by the available evidence, a session proxy is a proxy server that maintains a consistent IP address across the requests that make up a single session, so that the origin appears stable to the destination service. Related tooling manages session persistence by coordinating proxy IP assignment together with cookies and other per-session state (for example, session pooling that rotates or pins proxy IPs alongside cookie state). This is a network- and transport-level concern for maintaining continuity of a session's apparent source; the sourced material does not establish 'session proxy' as an identity and access management (IAM) term, and it should not be conflated with IAM runtime enforcement components (such as a PEP or PDP), federation flows (SAML 2.0, OIDC), or token handling. Note: 'session proxy' in this network sense is distinct from the IAM/PAM concept sometimes referred to as a reverse proxy performing session control or session brokering; those are independent industry usages and, per the evidence provided, are not the subject of this entry.
Why it matters
Many web applications and services assume that a user or client remains at a stable network location for the duration of a session. When requests within a single session arrive from constantly changing IP addresses, destination services may treat the traffic as anomalous, break session continuity, or invalidate the session entirely. A session proxy addresses this by keeping the same outbound IP address across the requests that make up one session, so the origin appears consistent to the destination service.
This stability matters most in contexts such as automated browsing, data collection, and testing, where tooling must complete a multi-step sequence of interactions without appearing to jump between disparate network locations. Session persistence tooling coordinates proxy IP assignment together with cookies and other per-session state so that the apparent source of a session stays coherent from the first request to the last.
It is important to note the scope of this term. As documented by the available evidence, a session proxy is a network- and transport-level mechanism for maintaining continuity of a session's apparent source. It is a distinct concept from the IAM or PAM notion of a reverse proxy that performs session control or session brokering; those are independent industry usages and are not the subject of this entry. Readers evaluating a component for identity governance or runtime access enforcement should not treat this network-level meaning as an IAM control.
Who it's relevant to
Inside Session Proxy
Common questions
Answers to the questions practitioners most commonly ask about Session Proxy.
