For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sessions

Session management controls the frequency of proxy IP rotation, directly impacting account security, crawling efficiency, and business stability. Mobile proxies support two session modes: Rotating Session and Sticky Session.Please replace username:password and host:port with your actual credentials.​


Rotating Session

No additional parameters are required. The exit IP is automatically changed with every request.

Example:

curl -x host:port -U "username-zone-roam-region-uk:password" ipinfo.io

Sticky Session

The same IP is maintained for a specified duration (1–120 minutes).

Example:

curl -x host:port -U "username-zone-roam-region-uk-session-4452cc881deb-sesstime-10:password" ipinfo.io

Field

Description

session

Fixed prefix indicating that sticky session mode is enabled.

session id

Any unique string (e.g., 4452cc881deb). Requests with the same ID use the same IP.

sesstime

Fixed prefix specifying the sticky duration.

minutes

Integer (1–120)(e.g., 10). Minutes the IP remains unchanged. IP may change after timeout.

​​

Last updated