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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
simone_c
Partner - Contributor III
Partner - Contributor III

How to delete session of a user

Hi all,

I am facing a problem with authentication: if my application connects more than 5 time to QlikSense, the server denied more accesses.

I thought that deleting the opened session each time I make a new request to server could solve the problem, but I can't create the correct request to do that.

The documentation only shows. /qps/{virtual proxy/}session/{id}

I've tried with this request, without success:

DELETE https://srv-msan:4243/qps/test/session/4a3e9856-e9a8-44be-b16d-532a6e1e65d2 HTTP/1.1

I receive the 403 FORBIDDEN message as response.

Anoyone who faced similar problem could help me? Do I have to write the request in a different way?

Thanks in advance

Simone

10 Replies
rodolfoviolac
Contributor III
Contributor III

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