AdminAdmin console
Active sessions and the platform screen
See who is currently signed in, revoke sessions, and read device details for every active session.
3 min readUpdated 2026-09-14
The platform screen is the clinic-wide view of authentication state. It reads from portal_sessions and is refreshed every time you load the page (force-dynamic).
What the active sessions list shows
| Column | Source |
|---|---|
| Doctor | Linked via user_id from the doctors table. |
| From the user record. | |
| Last seen | Updated by the activity tracker on every request. |
| IP address | The IP recorded at sign-in. |
| User agent | The browser or app reported at sign-in. |
Revoking a session
- 1Find the session row.
- 2Click “Revoke”.
- 3The session row is deleted from portal_sessions. The next request from that device is redirected to the sign-in page.
Use the platform screen during incident response. If you see a session from an unknown IP or user agent, revoke it before doing anything else.
Need more help?
Email support@skindmd.com or open a chat from the portal during clinic hours.