Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I am working on a React web application that logs into a Qlik page embedded within an iframe using Keycloak's OIDC method for authentication. However, I've encountered an issue with cookie persistence after logout. Specifically, even after logging out from the React application, the X-Qlik-Session-keycloak
cookie remains stored, causing problems for subsequent users who log in. This issue persists unless the browser is completely closed and reopened.
Has anyone faced a similar problem or know of any configuration settings in Qlik that can help resolve this issue? Any guidance or suggestions would be greatly appreciated.
Thank you!
Hey @khaler , which kind if issue are you facing? When you perform a log out cookie remains in the browser session, but when you log in again, cookie should be updated with a new one. This is native behaviour and you can see when you open Qlik hub and do log out / log in.
Could you please attach screenshots from browser network tab?