I have a SSO Session Idle set to 2 min and SSO Session Max set to 3 min. After I immediately log in, in my client's session list I can see my user's session is set active. However after 2 min of being inactive, which is my refresh token's expiration time, keycloak still holds my session in active sessions list. I assume Keycloak checks verification of the token periodically and that is why my session is still being seen as active during this period. Is there a way to configure that time interval? Or is there any other reason why my session still shown as active? I set everything to 1 just to make sure that my token is expired after 3 min and the session is not supposed to be in the list