-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Vendor request
We have some clients who only got a limited number of concurrent licenses to share between all their users. There has been a couple of times now where the license session has “hung” (probably due to the application crashing) so they have contacted us and we have gone in to the backend and deleted that hung session.
My understanding is that the backend will time out an inactive session in 30 minutes. But is there a way that we can allow one of their admins to have permission to view and delete existing sessions through your API?
So for example, user A is using the application but for some reason the license is not checked back in. User B wants to use the application but can’t because there isn’t a license available. They could wait 30 min for the backend to time out user As license. But is there a way that would allow their admin to get a list of active session ids and then delete them off? Hope that makes sense?