> 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/ja/sekyuriti/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 組織の既定は 1ユーザーあたり 2セッションです
  {% endstep %}
  {% endstepper %}

{% hint style="warning" %}
**セッション** Command の Web/モバイル版インスタンスを指し、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/ja/sekyuriti/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.
