Sticky Session
A sticky session is a proxy gateway binding that holds one exit IP for a fixed time to live, or until you stop sending the session token, instead of drawing a fresh address on every request. You request it, the gateway assigns a peer, and every request carrying that session identifier leaves from the same address until the TTL expires or the peer disappears.
The identifier is almost always packed into the proxy username rather than passed as a separate field, alongside the country, city and duration parameters. Ceilings vary far more than the common ten minute default suggests. Decodo's residential quick start documentation, read on 2026-07-27, states that sessions of up to 24 hours can be selected, and IPRoyal's residential proxies page on the same date advertises keeping the same proxy for up to 7 days. Short ceilings measured in single minutes are still common elsewhere, so read the vendor's own docs rather than assuming. What no vendor can promise is that the peer stays online. Residential exits are real devices on real connections and they drop. When one does, the gateway either fails the request or quietly substitutes a different address, and you often find out which by watching the target reject a session cookie mid flow.
Stickiness is genuinely required wherever the target tracks a continuous identity: multi step checkout, anything behind a login, paginated results held open by a server side cursor, any form carrying a CSRF token. Everywhere else it is a liability. Holding one address concentrates your request volume on it, which is exactly the pattern per IP rate limiting exists to catch. Thirty minutes of steady requests from one exit earns a block faster than the same requests spread across thirty exits.
Set the TTL to cover your longest single request chain and nothing beyond it. Measure that chain instead of guessing: time the slowest complete flow in production, add margin for retries, and use that number. Then handle the failure case explicitly, because a mid session IP swap is normal rather than exceptional. Detect it by tracking session cookie rejections and restart the chain from the top rather than continuing with a half valid state. If a chain honestly needs hours of the same address, the answer is usually to shorten the chain or move to a static ISP address rather than to raise the TTL.
Tools that handle sticky session
4 tools in the webscrape.dev directory are commonly used for sticky session workflows, spanning proxy networks. Each is reviewed independently with pricing and editorial assessment.
Decodo is the April 2025 rebrand of Smartproxy, a proxy network and web scraping platform founded in 2018 that kept the same company, infrastructure, and existing subscriptions. It has residential, static residential/ISP, mobile, and datacenter proxies, plus a Site Unblocker, Web Scraping API, Fast Search API, Video Downloader, and a free AI Parser. Decodo claims 125M+ proxies across 195+ countries with city, state, and ASN-level geo targeting, plus MCP server integration and connectors for n8n and LangChain.
SOAX is a London-based proxy and web-data access platform founded in 2019. It offers residential, mobile, and datacenter proxy networks across 195+ locations with HTTP/HTTPS/SOCKS5 support over TCP/UDP. SOAX also runs a Web Data API (Web Scraper API and SERP API) that returns HTML, JSON, Markdown, or screenshots with automatic proxy rotation, browser emulation, and JS rendering. A "Headful Browser" product adds an edge-distributed browser runtime. The company reports over 5,000 customer teams and around 50 employees as of mid-2026.
IPRoyal is a proxy service provider founded in 2020, offering residential, ISP/static, datacenter, and mobile proxies on a pay-as-you-go basis. It also sells a Web Unblocker product for automated anti-bot bypass and a YouTube-focused Video Scraper API. The company provides a customer dashboard, API documentation, and Chrome and Firefox browser extensions. It also states it has more than 650 third-party integrations.
NodeMaven is a paid proxy service that sells residential, mobile, and static ISP proxies for web scraping, automation, multi-account management, and AI agent workflows. It claims over 30 million residential IPs across 190+ countries and 1,400+ locations, plus 250,000+ mobile IPs (5G/LTE) with sticky sessions up to 24 hours and ZIP-code-level geo-targeting. The service supports HTTP and SOCKS5 protocols, publishes API docs, and takes card or cryptocurrency payment.