Sticky Session
A sticky session keeps the same proxy IP for a set period, so multi-step workflows like logging in and checking out stay on one consistent address.
Definition
A sticky session (or session persistence) pins a single proxy IP to your connection for a fixed duration — often 1 to 30 minutes — instead of rotating on every request. It is the counterpart to a rotating proxy.
When to use it
Some workflows break if your IP changes mid-task: logging in, adding to a cart and checking out, or navigating a multi-page flow tied to one IP. Sticky sessions preserve that continuity while still letting you switch IPs between tasks.
Examples
Holding one IP for 10 minutes to complete a login and checkout
Setting a session ID in the proxy username to keep the same IP
Common Use Cases
Frequently Asked Questions
Keep Learning
All termsResidential Proxy
A residential proxy routes your traffic through a real home internet connection, so websites see an ordinary ISP customer rather than a server in a data centre.
Read definitionRotating Proxy
A rotating proxy is a single gateway endpoint that hands you a different IP address from a shared pool — on every request, or on a timer — so a large job looks like many ordinary visitors instead of one persistent one.
Read definitionIP Rotation
IP rotation is the practice of deliberately changing the source IP address your requests come from, spreading a large job across many addresses so no single one exceeds what a target tolerates.
Read definition