Some mess with session expiration
Session expiration is never checked, user will stay logged even if session.idClaims.exp
in auth.trackSession
is prior to now leading user to be disconnected from chat & app but still appear as logged in.
I can't keep the old "re-login" workaround because I have no access to auth.trackSession
.