> ## Documentation Index
> Fetch the complete documentation index at: https://brightdata-ipv6-release.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 确保会话期间始终使用相同的节点

您可以通过 API 指定，即使当前会话使用的节点离线，也不重新分配新的节点。 如果强制启用此请求参数，当会话使用的节点离线时，您的请求将收到 502 错误代码，同时返回以下错误消息：

```sh 错误消息 theme={null}
502 Proxy Error: server_error Failed to establish connection with peer
```

对于由真实电脑和移动设备组成的住宅和移动网络代理区域，此工作流程非常有用。

要使用此功能，只需在会话名称后添加 -`const`，例如 `-session-mystring12345-const`

```sh Shell theme={null}
curl "http://target.site" --proxy brd.superproxy.io:33335 --proxy-user brd-customer-<customer_id>-zone-<zone_name>-session-mystring12345-const:<zone_password>
```
