# Session Management

Account UI includes a session management page where users can view and revoke their active sessions.

## Active Sessions

Users can see all devices where they're currently logged in, including:

- Device type and browser
- IP address and approximate location
- Last active timestamp

## Revoking Sessions

Users can revoke any session except their current one. This immediately invalidates the session token.

## Related

- [Environment Variables](/ui/account/environment-variables)
- [Account UI Overview](/ui/account)
