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
Principal index org.springframework.session.FindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME accumulates old session ID values. These session IDs were replaced with the new ones during authentication phase because of the applied ChangeSessionIdAuthenticationStrategy. Session ID change is not tracked somehow and does not trigger RedisIndexedSessionRepository#cleanupPrincipalIndex.