# Session Management

The Session Management Module allows administrators to monitor and manage active user sessions within the system. This module displays logged-in users, their session details, active executions, and provides the ability to forcefully log users out.&#x20;

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

1. **Viewing Active Users -** Admins can view all active (logged-in) users in a read-only table on the Sessions page.
2. **Active Executions -**
   * Active Executions shows the number of tasks currently running under that user session.
   * Users can expand the row to view details:
     * Execution ID
     * Artefact ID (e.g., TC ID, Suite ID, EP ID)
     * Name (TC Name, Suite Name, or EP Name)

{% hint style="info" %}
**Note:**

* If a user created a scheduler/pipeline on another machine, execution IDs display in their session once execution starts.
* Execution IDs refresh **only on page reload** (no auto-refresh).
* If a user is idle, Active Executions displays as **0**.
  {% endhint %}

3. **Force Logout -** Admins can forcefully log users out by clicking the **Logout** button in the Action column.

{% hint style="info" %}
**Note:**\
The "Active Executions Terminated" section appears **only** if the user had active executions at the time of logout.
{% endhint %}

### Conclusion

The Session Management Module ensures that administrators can effectively monitor, manage, and control user sessions while providing clear visibility into session activity and maintaining system security.


---

# 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.simplifyqa.ai/admin-controls-and-configurations/session-management.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.
