SkinMD

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

ColumnSource
DoctorLinked via user_id from the doctors table.
EmailFrom the user record.
Last seenUpdated by the activity tracker on every request.
IP addressThe IP recorded at sign-in.
User agentThe browser or app reported at sign-in.

Revoking a session

  1. 1Find the session row.
  2. 2Click “Revoke”.
  3. 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.