Below is my .yaml configuration (deployed using helm):
session:
maxSessionAge: 7
sessionCookies: true
Question: When I logged in and the windows were still open (do the query, open dashboard) but after 7 minutes it is still asked to login again.
From my understanding, if we set sessionCookies: true it will override the behavior of the “Remember me” checkbox and enforce the use of session cookies for all users. This means, if the windows open it never log out.