How could i enable multiple sessions in Windows 2012 R2 session host server? When there is more than one collection available for a user i got this error and i think it is beacuse there is some standard restriction that only one session for a user, but where and how do i change this? The deployment has connection broker server, gateway server, rdweb access server and some session host servers.
"Another user of your computer is currently using this connection. This user must disconnect before you can log on."
By 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. This article describes the process for enabling and disabling multiple sessions.
Enable Multiple RDP Sessions
- Log into the server using Remote Desktop.
- Open the start screen (press the Windows key) and type gpedit.msc and open it
- Go to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections.
- Set Restrict Remote Desktop Services user to a single Remote Desktop Services session to Disabled.
- Double click Limit number of connections and set the RD Maximum Connections allowed to 999999.
Disable Multiple RDP Sessions
- Log into the server using Remote Desktop.
- Open the start menu and type 'gpedit.msc' and open it
- Go to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections.
- Set Restrict Remote Desktop Services user to a single Remote Desktop Services session to Enabled.
Let me know if this solve your issue.
Thanks
Chretien