> For the complete documentation index, see [llms.txt](https://docs.dataimpulse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataimpulse.com/dataimpulse-documentation-zh-cn/dai-li/can-shu/hui-hua-jian-ge.md).

# 会话间隔

`sessttl` - 为粘性代理设置 IP 轮换的间隔，值以分钟为单位。<br>

粘性代理配置允许您控制 IP 地址轮换的频率。您可以通过在登录后添加 `sessttl` 参数来设置 IP 轮换的间隔，值以分钟为单位。

\
**例如**，如果您希望 IP 地址每分钟更换一次，可以使用以下格式： `sessttl.1`

如果您希望 IP 地址每小时更换一次，值将为 `sessttl.60`

{% hint style="info" %}
如果所选的 IP 地址不可用，系统将自动用另一个可用的 IP 地址替换它。
{% endhint %}

您也可以通过在登录后添加参数同时指定国家和 IP 轮换频率。

**例如**，如果您想使用来自法国的 IP 地址并设置每小时轮换一次，可以使用以下格式： `cr.fr;sessttl.60`

```
curl -x "http://login__cr.fr;sessttl.60:password@gw.dataimpulse.com:10000" https://api.ipify.org/
```

\
在此示例中，"cr.fr" 代表法国，"sessttl.60" 表示 60 分钟的轮换频率。

<br>


---

# 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.dataimpulse.com/dataimpulse-documentation-zh-cn/dai-li/can-shu/hui-hua-jian-ge.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.
