You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if the server is down for some time, the sessions might not be visited to force its expiration.
That happens because the key that holds the information about when the sessions will expire is based on the expected expiration minute, however, if the server is down during the time of that key, some of them might be skipped, resulting in memory usage overhead.