Session Parameters We offer the
session parameter to ensure you keep the same IP for all following requests.
Thesessionparameter
- A unique alphanumeric string, 6 to 15 characters long.
- Optimized for the highest overall success rate.
- May change IP address in favor of stability.
- Works with the
lifetimeparameter.
Thelifetimeparameter
- Specifies the duration for the
sessionin minutes. - Maximum value is 120 minutes.
- After the specified time, the IP address will change.
- If not specified, the session will last for 40 minutes by default.
lifetime value than the maximum allowed, the request will return a 412 error code.
Examples
Below are examples of using Sticky sessions in different programming languages: CURL, Python, and JavaScript.- CURL
- Python
- Javascript