Qlik Integration with session API - Selection issue
Hi,
I have Qlik sense content embedded into my site using mash up API. We are using session API to create user session in Qlik sense ( server side integration) and then call Qlik Mash up / Capability APIs by passing the cookie ( session identifier).
it all works great. I am able to fetch qlik contents and fire selections.
The problem is when user refresh the page, the selection is not getting retained and the page refresh looses user selection. I looked at the proxy log and found below line.
Audit.Proxy.Proxy.SessionEstablishment.Authentication.AuthenticationHandler 36 NT AUTHORITY\SYSTEM User 'anonymous3553a214-0110-4f2f-9b06-492154e37203' used 'anonymous' authentication, got session: 'fce02a01-a9c1-439f-837e-0c3b5b469ee5' fce02a01-a9c1-439f-837e-
I have no Anonymous login selected on my proxy and also the cookie is already present, then I am not sure why logs is printing this and loosing only the selection ?