Log out and clear sessions
Sign out cleanly, everywhere, with no stale cached state left behind.
Goal
Sign out in a way that actually ends every session and doesn't leave stale data in the browser for the next person on that machine.
Steps
- Go to Settings — sign-out lives there and only there; it was deliberately moved out of the top bar so there's a single, predictable place to end a session.
- Choose Sign out.
That one action:
- ends both of your active sessions,
- clears all cached queries in the panel,
- and does a hard navigation to the public login page —
so no in-memory state or deep link from your session survives the sign-out.
How to verify it worked
After signing out, the panel lands on the public /login page. Reloading or
navigating back does not restore your previous screen or data.
If it doesn't work
If you're signed out but the browser still shows stale data momentarily, a hard refresh resolves it — the sign-out already cleared the cache, but a lingering tab from before sign-out may not have picked that up yet.
What's next
Revoking a teammate's access (rather than signing yourself out) is a different action with the same guarantee of an immediate session kill — see Manage team access.