docs/documentation/platform/pam/sessions/overview.mdx
Every time someone connects to an account through PAM, a session is created. The Sessions page shows all sessions — active and completed — so you can monitor who's connected and review what happened.
Go to Privileged Access Management → Sessions to see the session list.
| Column | What it shows |
|---|---|
| Account | Which account was accessed |
| Folder | Which folder it belongs to |
| User | Who connected |
| Status | Active, Ended, or Terminated |
| Started | When the session began |
| Duration | How long it lasted (or has been active) |
Click on any session to see its details and recording.
Use the filters to find specific sessions:
The search bar finds sessions by account name, folder name, or user email.
Active sessions show a Live indicator. While a session is active:
Click on a session to see:
If someone shouldn't be connected — security incident, policy violation, or they're stuck — you can terminate their session.
To understand how session recordings work and where they're stored:
<CardGroup cols={2}> <Card title="Session Recording" icon="video" href="/documentation/platform/pam/sessions/session-recording"> How sessions are recorded. </Card> <Card title="External Storage" icon="cloud" href="/documentation/platform/pam/sessions/external-storage"> Store recordings in your own S3 bucket. </Card> </CardGroup>