# Session Type

Talordata offers two proxy IP rotation session modes: Random IP and Sticky IP. Select based on your business needs.

* <kbd>**Random IP**</kbd>

Each time a new request is initiated to load the same or different pages, a distinct **new IP address** is assigned.

When generating proxy endpoint information, the default is Random IP Session Mode.

<figure><img src="/files/ygITGA3aLMYCV7TbFDIX" alt=""><figcaption></figcaption></figure>

* <kbd>**Sticky IP**</kbd>

Sticky IP sessions maintain proxy IP rotation intervals ranging from 1- 120 minutes, with manually customizable duration.&#x20;

* The proxy IP address remains unchanged throughout the specified duration, regardless of request volume.&#x20;
* You may change the session ID to manually trigger IP rotation early.

&#x20;If Sticky IP is selected without setting an IP connection interval, the default duration is 1 minute.

{% hint style="info" icon="square-half-stroke" %} <mark style="color:green;">**Example**</mark>
{% endhint %}

proxy location in the **US** with a **sticky IP session duration of 10 minutes**:

curl example：

```
curl -x na.talordata.net:port -U “username-zone-flux-region-us-session-f9d5cd56c4e7-sesstime-10:password” ipinfo.io
```

<figure><img src="/files/kjJvM4gFh9A3HnfKw5ts" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.talordata.com/proxy/rotating-residential-proxies/session-type.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
