Currently if one uses a group account, eg one user account for several physical users, users can steal sessions from each other. As per request in issue 22873, the solution would be that when a user connects to the ThinLinc cluster he will either reconnect to existing unconnected session or create a new session.
Some clarification; the client does by default reconnect to an unconnected session. However it only does this if there is just _one_ disconnected session. If there are multiple then it queries the user, and the list will include all sessions and not just the disconnected ones. The customer seems to want something more fool proof that avoids asking the user in any case, either picking _any_ disconnected session, or always creating a new one. The user was happy with using MaxDisconnectTimeout though, so perhaps something akin to SunRay's kiosk mode would have been the ideal?