A sticky proxy keeps you on the same IP address for a defined session window instead of changing it on every request. It is a mode you switch on at the gateway rather than a separate network — the same residential pool, told to hold one address until your session is finished.
The reason it exists is simple: rotation is excellent for reading pages and useless the moment a site needs to remember who you are.

How sticky proxies work
When you build the endpoint you choose a session mode. In rotating mode the gateway picks a fresh exit address as requests arrive; in sticky mode it binds one address to your session identifier and routes everything through that address until the window expires. The residential proxies page presents this as a choice made at setup — country targeting and session mode together — and its FAQ states sticky sessions can be configured for up to 24 hours.
Your session is normally identified by the credentials or session string you send, which means you can run many sticky sessions at once. Each one holds its own address, so ten parallel browser profiles can each keep a stable identity without interfering with each other.
To the target, a sticky session looks like an ordinary visit. Cookies set on the first page still belong to the same address on the fifth, a login survives a multi-step checkout, and paginated results stay consistent because the session token and the IP agree with each other.
Sticky is not permanent, and that distinction matters. Residential addresses live on real consumer devices, so if the device behind your address goes offline the session ends early no matter what window you asked for — the gateway hands you a new address and any state tied to the old one is gone. Code that depends on stickiness should detect the change and restart the flow rather than assume the address will last the full window.
For an address that genuinely never moves, stickiness is the wrong mechanism: that is what a static ISP proxy is for.
How to get sticky proxies
Sticky sessions are part of residential proxies, which start at $0.27 per GB with no monthly minimum on that page. You select the country and the session mode when you generate the endpoint, then use the resulting string in your client — no extra product and no separate subscription.
The same session choice exists on rotating datacenter proxies, from $0.144 per GB, where the addresses are cheaper and faster but easier for a defended site to identify. And when a session window is not enough — when the address has to stay the same next week as well — the ISP tier sells static addresses from $1.25 per IP instead.
FAQ
How long can a sticky session last?
Up to 24 hours, according to the residential proxies FAQ. You choose the window when you create the endpoint, and shorter windows are perfectly normal.
What happens when a sticky session ends?
The gateway assigns a new address. Anything tied to the old one — a login, a cart, a session cookie the site bound to that IP — has to be re-established.
Can a sticky session break before the time is up?
Yes. Residential addresses depend on real devices, so if the device goes offline the session ends early. Treat the window as a maximum rather than a guarantee.
Is a sticky proxy the same as a static proxy?
No. Sticky holds one address for a session; static keeps the same address indefinitely. If you need an identity that persists across days, that is an ISP proxy, not a sticky session.