Session Expiration

I follow this step

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.

we will kill the session's every 7 minutes

How to make Metabase only kill when window is inactive for 7 mins? If it is used, within 7 minutes still logged in.