Enable / Disable Multiple RDP Sessions in Windows

How to Enable/Disable Multiple RDP Sessions in Windows 2012By default, Windows 2012 servers allow a single Remote Desktop session. If only one session is available and you take over another person’s live session, you may choose to enable multiple RDP sessions....

How to know if an user successfully logged into RDP session?

In server side plug in, if SessionInformation.getConfig().session.random is not null, that means the user logged in successfully. On client, the RDP JS library has onloggedin() event. In the log, you can see “User: xxx domain: xxx in session: xxx successfully...