---
title: Review active sessions and sign out a device
type: how-to
section: system
summary: The Active Sessions table on Sign In & Security lists every signed-in session; select Revoke to end one, or Log out to end the one you are using.
applies_to:
  clients: [web]
sources:
  - evolve-front-end/app/[lng]/account-page/security/forms/devices.tsx
  - evolve-front-end/app/[lng]/account-page/security/page.tsx
  - evolve-front-end/app/api/auth/account-security/sessions/route.ts
  - evolve-front-end/app/i18n/locales/en/devices.json
verified:
  at: 2026-09-04
  env: code
  by: content-lane-system
ttl_days: 45
related: [system/sign-out, system/change-your-password, system/two-factor-authentication]
---

Open **Sign In & Security** and scroll to **Active Sessions**. Each row is one signed-in session. Select **Revoke** to end another one, or **Log out** on the row marked **This device**.

## Check your sessions

1. Select your avatar, then **Settings**, then **Sign In & Security**.
2. Scroll to **Active Sessions**.

The table has five columns:

| Column | What it shows |
| --- | --- |
| **Created** | When the session started. The row for the browser you are using also carries a **This device** badge. |
| **IP Address** | The address the session signed in from. |
| **Approx. location** | A place derived from that address. |
| **User Email** | The address the session is signed in as. |
| **Actions** | **Revoke** on other sessions, **Log out** on **This device**. |

A column reads **Unavailable** when the value is not recorded.

The list belongs to your sign-in rather than to one Account. Switching Account does not change what appears here.

## End a session

1. Find the row you do not recognise.
2. Select **Revoke**.

The row disappears and the page confirms **Session revoked.** The session you are using has **Log out** instead, which signs you out here and returns you to the sign-in page.

## If it did not work

- **Unable to load active sessions.** means the list could not be fetched. Reload the page.
- **Unable to revoke session.** means the request was rejected. Reload and try the row again.
- **No active sessions were returned for this account.** with your own row still visible is expected when the register holds no entry for the current browser.
- The **This device** row can show **Unavailable** for both the address and the location, with the note **This device is signed in, but the session register has no entry for it, so its IP address and approximate location are unavailable.** That row is built from your verified token alone; nothing is missing.
