Skip to main content

Using Sticky Sessions:

Add a session identifier to keep your requests on the same IP address:
When using sticky sessions:
  1. The first request with a session ID linked to a specific IP address.
  2. All subsequent requests with the same session ID will use that same IP address.
  3. Sessions continue indefinitely unless the session identifier is changed.
  4. Requests that do not have a session ID will automatically be assigned a new IP address.