Session identity
Add sid-{session_id} to the package username. Reuse the same value for the
requests that belong together.
A sticky session asks the gateway to reuse a compatible exit for related requests. It is useful when a workflow expects continuity across navigation, authentication, or a short transaction.
Session identity
Add sid-{session_id} to the package username. Reuse the same value for the
requests that belong together.
Session lifetime
Add ttl-{seconds} to bound how long the routing preference can remain
active.
package-elite-country-us-sid-checkout-42-ttl-1800| Workflow | Good session key | Avoid |
|---|---|---|
| One checkout | Random ID per checkout | One global ID for every customer |
| Browser automation task | Random ID per task | Reusing an ID after task completion |
| Account health check | Random ID per account run | Putting the account email in sid |
| Stateless collection | No session token | Adding sessions without a continuity need |
Active sessions can also be inspected or revoked through the API. See the generated API Reference for the /sessions operations.