> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/team-features/private-active-session-lock.md).

# Private active session lock

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

While [working in a team](/team-features/adding-team-members.md), there is a chance that the same browser profile is opened on different devices. This can harm your browser profile and can cause syncing errors. To prevent this, Incogniton provides a feature called **private active session lock**.

This feature prevents the same browser profile from being opened multiple times simultaneously, avoiding syncing errors when you and a team mate open the same browser profile at once. You can enable this option in the browser profile configuration.

{% stepper %}
{% step %}

### Go to browser profile settings

Click on the 3-bullet icon next to the browser profile and choose **Edit**. Go to the tabs **Advanced > Other**.&#x20;
{% endstep %}

{% step %}

### Choose the active session lock option

Toggle on the button for **Active session lock** to activate this feature.&#x20;

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

{% hint style="info" %}
If you still have any questions, don’t hesitate to contact our [support team](https://incogniton.com/contact/).
{% endhint %}


---

# 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.incogniton.com/team-features/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.
