Are any session id's created on QlikView Server when the reports are opened on access point?
If yes, is there any API to be able to validate that? How do I know in my VBA, what session id was created?
I want to be able to call a RESTFul WebService from QV, and need to authorize that the request is coming from a valid QV session and not from any custom client.
My idea to do the above is the pass the session id as a parameter to the webservice and in my webservice call QV API (if it exists) to make sure that its a valid session id.