Feature Request: License Session Management #489
Closed
git-shizhipeng
started this conversation in
General
Replies: 1 comment
|
Thanks for the feature request. This duplicates #490, which contains the expanded details, so we’ll use that as the canonical discussion. Closing this one to keep feedback in one place. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi CloakBrowser Team,
After CloakBrowser is forcibly terminated by SIGKILL, IDE Stop, a container restart, or a browser crash, the local process disappears, but the license server may still report active sessions. This can prevent a Solo license from launching a new browser until the stale sessions expire.
The wrapper currently provides get_active_session_count(), but no way to identify or close stale sessions.
Could you provide methods such as:
list_active_sessions(license_key)
close_session(license_key, session_id)
close_all_sessions(license_key)
Equivalent CLI commands would also be helpful.
This would allow users to recover quickly after abnormal termination, identify which host holds a seat, and avoid waiting for stale sessions to expire.
Environment: Python wrapper 0.5.5, Chromium 150 Pro, macOS and Linux.
All reactions