Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
rohanstars
Partner - Contributor
Partner - Contributor

How to check if session is active for user?

Hi,

I am new to Qlik Sense. I have created one app (python+HTML/JS). I am using web socket(DOMAIN\username) to query in Qlik and to get results. I am unable to find if user's session is still active or not.

Is there any API where I can provide username and domain and see if session is still active or not. I want to check if user is logged out or session timed out for user through python request.

 

Thanks,

Labels (1)
2 Replies
Anil_Babu_Samineni

Go to Qlik Sense QMC - Users - Search User - And see the Column called "Inactive" - You can check

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
rohanstars
Partner - Contributor
Partner - Contributor
Author

Hi,

I want to check through my app i.e. using python requests.