# Блокировка приватной активной сессии

{% embed url="<https://www.youtube.com/watch?v=hYjskGUQjQI&embeds_referring_euri=https%3A%2F%2Fincogniton.com%2F>" %}

При [работе в команде](/documentation/russian-documentation/komandnye-funkcii/adding-team-members.md) существует вероятность, что один и тот же профиль браузера будет открыт на разных устройствах. Это может повредить ваш профиль браузера и вызвать ошибки синхронизации. Чтобы предотвратить это, Incogniton предоставляет функцию, называемую **блокировка активной сессии**.

Эта функция предотвращает одновременное открытие одного и того же профиля браузера несколько раз, избегая ошибок синхронизации, когда вы и ваш коллега открываете один и тот же профиль браузера одновременно. Вы можете включить эту опцию в настройках профиля браузера:

{% stepper %}
{% step %}
**Перейдите к профилю браузера**

Нажмите на три точки рядом с профилем браузера и выберите **Edit**.
{% endstep %}

{% step %}
**Выберите опцию блокировки активной сессии**

Откройте вкладку **Other** и включите опцию **Active session lock**.

![](/files/c8c1333922fe36e298086396acdaa77113ec89ff)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Если у вас остались вопросы, не стесняйтесь обращаться в нашу [службу поддержки](https://incogniton.com/contact/).
{% endhint %}


---

# Agent Instructions: 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.incogniton.com/documentation/russian-documentation/komandnye-funkcii/private-active-session-lock.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.
