mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
closes #37126 Signed-off-by: Marek Posolda <mposolda@gmail.com> Co-authored-by: Bruno Oliveira da Silva <bruno@abstractj.com> Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
13 lines
465 B
Plaintext
13 lines
465 B
Plaintext
|
|
[[managing-user-sessions]]
|
|
== Managing user sessions
|
|
|
|
When users log into realms, {project_name} maintains a user session for each user and remembers each client visited by the user within the session. Realm administrators can perform multiple actions on each user session:
|
|
|
|
* View login statistics for the realm.
|
|
* View active users and where they logged in.
|
|
* Log a user out of their session.
|
|
* Revoke tokens.
|
|
* Set up token timeouts.
|
|
* Set up session timeouts.
|