Sticky session
A sticky session is a proxy configuration that keeps the same exit IP assigned to your requests for a set duration. It's the opposite of per-request rotation, and it's what multi-turn workflows need to maintain cookies and session state.
Definition
A sticky session is a proxy configuration that keeps the same exit IP assigned to your requests for a set duration — typically 1 minute to 60 minutes, or "for the life of the subscription" on static-IP classes like ISP. It's the opposite of per-request rotation, where each outgoing request uses a different exit IP.
When sticky sessions matter
Four AI workload shapes depend on sticky sessions:
-
Multi-turn agent evaluation. Agent benchmarks running 20-50 turns per session need the same IP through the conversation — otherwise cookies, session state, and the target's rate limiter get confused.
-
Authenticated RAG ingestion. Sources that require login and maintain session-cookied rate limits need stable IP through the authenticated browse.
-
LFS-resumable dataset pulls. HuggingFace's LFS backend expects the same origin to resume a partial download. Sticky sessions preserve this; per-request rotation breaks it silently (producing corrupted shards).
-
Long-session scraping. Sites that apply session-level rate-limit state (vs. per-IP or per-request state) need sticky IP to avoid tripping the limits.
How SquadProxy handles it
Via X-Squad-Session header with a value. Same value =
same IP within the window. Different values = different IPs.
For residential, windows from 1m to 60m. For ISP, sessions
are effectively unlimited.
Sticky vs. rotating: how to choose
Simple rule: if the target applies session-cookied state or you're running multi-turn interactions, sticky. For bulk scraping of a target where each request is independent, rotating.
Related
- ISP proxy class — the exit class most long-sticky workloads route through
- Rotating proxy glossary entry
- Proxies for AI browser agents
- Proxies for HuggingFace datasets
Related terms
ASN targeting
ASN targeting is a proxy-routing feature that lets you select exits announced by a specific Autonomous System Number — typically to match a ...
Datacenter proxy
A datacenter proxy routes your request through an IP announced by a cloud provider or data center operator — AWS, GCP, Azure, or similar. Fa...
ISP proxy
An ISP proxy (sometimes "static residential") is a datacenter- hosted IP address that announces under a residential ISP's ASN. It combines d...
Residential proxy
A residential proxy routes your request through a real home internet connection — an IP address assigned by an ISP to a consumer subscriber....
Ship on a proxy network you can actually call your ops team about
Real ASNs, real edge capacity, and an engineer who answers your Slack the first time.