If I allow multiple logins (ie, user "test" can login more than once) and a user doesn't log off, but leaves the sessions open, eventually the server will not allow any new logins (once the max is reached) - even for the user "test".
- How do I re-connect to a "dangling" session?
It appears that under some circumstances the remote desktop will only attempt to start new sessions, rather than reconnecting to the old sessions.
-Adam