What is Sticky Session?
A configuration that keeps the same proxy IP for a defined period (up to 72 hours with seamless), used when a task needs a consistent identity such as a login or checkout.
A sticky session pins one exit IP to one session for a fixed window. Every request you send with that session identifier leaves from the same address, so a site following you through a multi-step flow sees one coherent visitor.
This is required for anything stateful. Logging in, filling a cart, completing a checkout, paginating through results behind a session cookie — all of it breaks or triggers a security check if the IP changes mid-flow.
Sessions are normally selected through the proxy username, with a session identifier and a duration appended to it. Change the identifier and you get a new IP; keep it and you keep the address until the window expires.
Related terms
Sticky IP
An IP address that remains assigned to your session for its duration, as opposed to rotating on each request.
Rotating Proxy
A proxy that assigns a new IP address on every request or at set intervals, distributing traffic across many IPs to avoid rate limits and bans.
IP Rotation
The process of automatically switching between different IP addresses to spread requests and reduce the chance of being blocked.
Multi-Accounting
Operating several accounts on a platform, with each account isolated on its own dedicated IP to prevent linking and bans.
