Hierarchy

  • Session

Properties

active: boolean

Whether the session is active or not

addons: Record<string, any>

Enabled addons

admin: boolean

Whether the user is an admin or not

apm: Record<string, unknown>

Apm config

application: string

Name of the application

database: string

Name of the application database

displayName: string

Application's display name

expirationTime?: string
features: Record<string, boolean>

Feature switches

id: string

Session ID

language: string

Current language

Deprecated

Use getLanguage instead

loginTime: string

Time of login

logoutTime?: string

Time of logout

serviceNumber?: number

Application service number

sessionTimeout: number

Time before the session times out

userId: number

ID of the user

workstation: string

Name of the user's workstation