Sessions
curl -x host:port -U "username-zone-roam-region-uk:password" ipinfo.iocurl -x host:port -U "username-zone-roam-region-uk-session-4452cc881deb-sesstime-10:password" ipinfo.ioLast updated
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.ioSticky 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.ioField
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