Proxy Options
Sticky Session
Sticky Session
Sticky sessions allow requests to maintain a consistent IP address across multiple requests, enabling session continuity. This is particularly useful for cases where you need a consistent user session for authentication or pagination. To enable sticky sessions, add the sticky
GET parameter in your request and assign a value between 1 and 100 to the sticky
parameter. This value controls the session's persistence and allows multiple sessions to run in parallel if needed.