Table "Active Session"
Stores information about currently active user sessions in the Business Central tenant. Tracks user connections, client types, and session activity for monitoring and management purposes.
Remarks
This table provides real-time visibility into user sessions across all server instances and client types. Integrates with session management systems, monitoring tools, and user activity tracking for administrative oversight and performance analysis. Used for session administration and security monitoring.
Properties
| Name | Value |
|---|---|
| Caption | Active Session |
| DataPerCompany | False |
| ReplicateData | False |
| Scope | Cloud |
Fields
| Name | Type | Description |
|---|---|---|
| "User SID" | Guid | Security identifier of the user who owns this active session. |
| "Server Instance ID" | Integer | Identifier of the server instance hosting this session. |
| "Session ID" | Integer | Unique numeric identifier of the session within the server instance. |
| "Server Instance Name" | Text[250] | Name of the server instance hosting this session. |
| "Server Computer Name" | Text[250] | Name of the computer or server hosting the Business Central service. |
| "User ID" | Text[132] | Login identifier of the user for this session. |
| "Client Type" | Option | Type of client application being used for this session. |
| "Client Computer Name" | Text[250] | Name of the computer or device from which the client is connecting. |
| "Login Datetime" | DateTime | Date and time when this session was established. |
| "Database Name" | Text[250] | Name of the database that this session is connected to. |
| "Session Unique ID" | Guid | Global unique identifier for this session across all server instances. |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |