summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-handle-multiple-login-sessions-from-same-user-in-horizon-448baa6534a8a451.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-handle-multiple-login-sessions-from-same-user-in-horizon-448baa6534a8a451.yaml b/releasenotes/notes/bp-handle-multiple-login-sessions-from-same-user-in-horizon-448baa6534a8a451.yaml
new file mode 100644
index 000000000..513e51460
--- /dev/null
+++ b/releasenotes/notes/bp-handle-multiple-login-sessions-from-same-user-in-horizon-448baa6534a8a451.yaml
@@ -0,0 +1,11 @@
+features:
+ - |
+ [:blueprint:`handle-multiple-login-sessions-from-same-user-in-horizon`]
+ This blueprint allows operators to control if multiple simultaneous
+ dashboard sessions are allowed or not for a user. A new setting
+ ``SIMULTANEOUS_SESSIONS`` controls the behavior. The default behavior
+ allows multiple dashboard sessions for a user. The new setting allows
+ operators to configure horizon to disallow multiple sessions per user.
+ When multiple simultaneous sessions are disabled, the most recent
+ authenticated session will be considered as the valid one and
+ the previous session will be invalidated.