> ## Documentation Index
> Fetch the complete documentation index at: https://docs.glorycloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Session Control

> Session control allows you to maintain a consistent IP address throughout a session period.

When using GloryCloud's rotating proxies, you can maintain a consistent IP address throughout a session period by including the **session\_id** and session duration in the username.

```Shell cURL theme={null}
curl -U "customer-<customer_id>-session-<session_id>-time-<duration>:<password>" -x "proxy.GloryCloud.com:30000" "https://target.domain"
```

<Note>The **session\_id** can be customized. The maximum duration depends on the resources in the current proxy pool and, in most cases, does not exceed 60 minutes.</Note>
