# アクティブセッション

## 概要

Keeperコネクションマネージャーでは、リアルタイムの管理インターフェースを通じて、アクティブセッションを一元的に可視化し、制御できます。これにより、管理者は稼働中のサーバーやアプリケーションのセッションを監視、監査、必要に応じて終了でき、常に安全で制御されたリモートアクセスを維持できます。

主な利用例は以下のとおりです。

* サーバーやウェブアプリケーションへのライブアクセスの監視および監査
* 複数ユーザーが接続している共同セッションの管理
* 非アクティブまたは未承認のセッションを終了し、セキュリティとコンプライアンスを維持

## アクティブセッションの確認

**アクティブセッション**タブでは、現在使用中のすべてのセッションを確認できます。ユーザーがセッションに接続すると、そのセッションはアクティブセッションに表示されます。アクティブセッションは検索可能なテーブル形式で表示され、管理者は特定のセッションを簡単に見つけることができます。

<figure><img src="/files/Aj26M9uKs1FzVkZ9VPFf" alt=""><figcaption><p>セッション監視インターフェースからアクティブセッションを管理</p></figcaption></figure>

## アクティブセッションの終了

セッションを終了するには、以下のスクリーンショットに示されているように、セッション一覧の左側にあるチェックボックスを使用します。対象のセッションを選択すると、画面右上に **\[セッションを終了]** が表示され、選択したセッションを即座に切断できます。

<figure><img src="/files/syaaTZTfvstyezteFF7w" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
ユーザーに割り当てられた権限に基づいて付与される管理者権限です。
{% 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.keeper.io/jp/keeper-connection-manager/using-keeper-connection-manager/active-sessions.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.
