Proxy Configuration
Sticky sessions
Our ISP proxies support sticky sessions, allowing persistent IP connections and session-based routing without expiration.
Using Sticky Sessions:
Key | Value | Duration | Examples |
---|---|---|---|
session | Unique identifier (up to 255 characters) | No expiration | session42, 1234 |
Add a session identifier to keep your requests on the same IP address:
When using sticky sessions:
- The first request with a session ID linked to a specific IP address.
- All subsequent requests with the same session ID will use that same IP address.
- Sessions continue indefinitely unless the session identifier is changed.
- Requests that do not have a session ID will automatically be assigned a new IP address.