Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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
Partner - Champion III
Partner - Champion III

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