Sessions
Monitor and terminate active client sessions.
Session List
Select app → Sessions tab. Shows active sessions with IP, username, created/expiry time.
Kill Session
Click kill on a session row to force logout. User must re-authenticate on next check or API call.
How sessions work
- Client calls
init→ receivessessionid - Login/license binds user to session
- All subsequent requests include
sessionid - Session TTL extends on activity (configurable in app settings)
logoutor expiry destroys session
INFO
Anti-Tamper binds session to IP and HWID — see Anti-Tamper.