Closed
Description
Description
If a client session does no longer exist, remove its reference from the user session to avoid unnecessary look-ups later.
Discussion
No response
Motivation
Looking up a missing session is time consuming especially when listing all user sessions, as it might be a remote operation.
Details
No response