Werk #17339: Allow log in with single session limit enabled when previous session was logged out
| Component | Setup | ||||
| Title | Allow log in with single session limit enabled when previous session was logged out | ||||
| Date | Dec 19, 2024 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
With the global configuration option "Limit login to single session at a time", we allow limiting the active sessions per user.
This setting defines a time out until a new session can be opened.
Previously, this time out needed to be awaited before a new session could be opened.
With this werk, we allow creation of a new session if the user has logged out of a previous session.