Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
lthurman
Partner - Contributor III
Partner - Contributor III

Programmatically closing a Qlik session

I would like to programmatically close a Qlik session. I've found this:

Delete session ‒ Qlik Sense Developers

I'm not sure how this should be used. Is this a REST call?

Thanks

3 Replies
Gysbert_Wassenaar

I think it's just an HTTP DELETE call. See HTTP Methods for RESTful Services‌. You will need to be authenticated to make the call (otherwise anybody could terminate sessions). Usually with applications calling API's the client certificate of the Qlik Sense installation is used.


talk is cheap, supply exceeds demand
lthurman
Partner - Contributor III
Partner - Contributor III
Author

Thank you. I will give it a try.

rodolfoviolac
Contributor III
Contributor III

The simplest way is using this lib https://github.com/qmoni/qliksense-api