mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Invalidate sessions created with remember me when remember me is disabled for realm
Closes #43328 Signed-off-by: Giuseppe Graziano <g.graziano94@gmail.com>
This commit is contained in:
committed by
GitHub
parent
38909da47d
commit
bda0e2a67c
@@ -16,3 +16,5 @@ When you save this setting, a `remember me` checkbox displays on the realm's log
|
||||
.Remember Me
|
||||
image:images/remember-me.png[Remember Me]
|
||||
|
||||
WARNING: Note that disabling the "Remember me" option will invalidate all sessions created with the "Remember me" checkbox selected during login, requiring users to log in again. Any refresh tokens related to these sessions will also become invalid.
|
||||
Note also that the sessions will not be invalidated immediately when the switch is disabled, but only when a cookie or token associated with an invalid session is used. This means that disabling and then re-enabling the "Remember me" switch cannot be used to invalidate old sessions.
|
||||
|
||||
Reference in New Issue
Block a user