> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ko/security/authentication-overview/session-management.md).

# 세션 관리

Verkada의 향상된 세션 관리 기능은 효율적이고 안전한 사용자 경험을 보장합니다.

***

## 최대 세션 기간

해당 **최대 세션 기간** 이 제어는 활동 기록과 관계없이 사용자가 로그아웃되는 시간 기간을 관리합니다.

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Admin으로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 로그인 및 액세스 > 세션 관리를 선택합니다.**
{% endstep %}

{% step %}
**최대 세션 기간을 찾아 설정합니다:**

* 기본값: 60일
* 최소: 1일
* 최대: 180일
  {% endstep %}
  {% endstepper %}

***

## 유휴 시간 초과

이 제어는 사용자가 로그아웃되기 전의 최대 비활성 기간을 지정합니다. 사용자가 지정된 시간 동안 Command를 사용하지 않으면, 최대 세션 기간에 도달했는지 여부와 관계없이 로그아웃됩니다.

{% hint style="warning" %}
해당 **유휴 세션 시간 초과** 값은 절대 **최대 세션 기간** 값보다 클 수 없습니다.
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Admin으로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 로그인 및 액세스 > 세션 관리를 선택합니다.**
{% endstep %}

{% step %}
**유휴 시간 초과를 찾아 설정합니다:**

* 기본값: 7일
* 최소: 15분
* 최대: 30일
* Government Command 조직의 기본값은 1시간입니다.
  {% endstep %}
  {% endstepper %}

***

## 로그인 잠금 설정 사용자 지정

실패한 로그인 시도 횟수와 잠금 동작을 제어합니다.

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Admin으로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 로그인 및 액세스 > 세션 관리를 선택합니다.**
{% endstep %}

{% step %}
**허용 로그인 시도 횟수 설정** (잠금 전 15분 이내의 실패한 시도):

* 기본값: 6회 시도
* Government Command 조직의 기본값은 3회 시도입니다.
  {% endstep %}

{% step %}
**잠금 기간 설정** (자동 잠금 해제까지의 시간):

* 기본값: 15분
* Government Command 조직의 기본값은 30분입니다.
  {% endstep %}
  {% endstepper %}

***

## 동시 사용자 세션 제한

이 제어는 사용자가 언제든지 가질 수 있는 활성 세션의 최대 수를 지정합니다.

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Admin으로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 로그인 및 액세스 > 세션 관리를 선택합니다.**
{% endstep %}

{% step %}
**사용자당 최대 세션 수 설정:**

* 기본값: 세션 무제한
* Government Command 조직의 기본값은 사용자당 2개 세션입니다.
  {% endstep %}
  {% endstepper %}

{% hint style="warning" %}
**세션** Command의 웹/모바일 인스턴스를 의미하며 Verkada Pass 앱까지 확장됩니다(다른 제품별 네이티브 앱은 제외).

* 같은 브라우저의 서로 다른 10개 탭에 로그인됨 = 고유 세션 1개
* 서로 다른 2개 브라우저에 로그인됨 = 별도 세션 2개
* 데스크톱, 모바일 브라우저, 모바일 앱에 로그인됨 = 별도 세션 3개
  {% endhint %}

Pass 앱의 경우 활성 세션 최대치에 도달하면, 이전에 로그인한 사용자는 로그아웃되고 새 활성 로그인이 설정될 때까지 BLE 자격 증명이 취소됩니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/command/ko/security/authentication-overview/session-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
