Skip to main content

Sticky session drops / proxy disconnects mid-session

Why does a sticky session drop early?

Sticky sessions last 30 minutes on average — sometimes less, sometimes more. You can specify up to 120 minutes (sessttl), but this is not guaranteed.

Our IPs are provided by real users. When the user whose IP you're connected to goes offline, the proxy rotates automatically to the next available IP.

Correct sticky session setup

LOGIN__cr.us;sessttl.30:[email protected]:10001

You can also set the rotation interval in your plan settings.

Verify with curl

Run this command twice — you should get the same IP both times:


Did this answer your question?