Change Session Cookie from Session-Based to Max-Age?
Hello Qlik Community,
We're using a mashup that connects to Qlik Sense via JWT and a dedicated Virtual Proxy configured for that purpose. During the JWT authentication process, a session cookie (e. g. X-Qlik-Session) is set by Qlik. Currently, this cookie is configured with a session lifetime.
We're wondering: Is it possible to configure the cookie to use a Max-Age instead, for example to make it valid for up to 10 hours?
Why do we want this? Some of our users tend to restart their browsers throughout the day. When they do, the session cookie is lost, and they are unable to get a new one using the same JWT (Qlik seems to accept each token only once). We'd like to work around this by configuring the cookie so it's preserved even after a browser restart.
Has anyone had experience with this or found a way to configure it?