Chrome and Firefox not working in RDP session

0

I have a server and many low end laptops at home. I'm using a single user login (xxx@hotmail.com) to access the server from all laptops using Windows RDP (like the one in this case).

I'm using Windows 10 on the server and laptops vary from Windows 7 to Windows 10. I'm also using RDP Wrapper Library to access RDP in Windows 10.

Everything works fine except Chrome and Firefox browser. I cannot create multiple sessions of Chrome or Firefox though I use the same account at multiple places. Internet Explorer is the only browser that works fine with this multiple login RDP.

Any suggestions for fixes or modifications to be made?

Aashish Vivekanand

Posted 2015-10-06T16:26:03.443

Reputation: 1

FYI: rdpwrap is technically illegal because the Windows license does not allow more than 2 concurrent sessions (one admin and one normal session) and rdpwrap is breaking the license agreement for you. – cdavid – 2015-10-06T19:51:12.487

@cdavid I was just trying it for my project purpose. but how can Internet Explorer could handle Different Sessions simultaneously where as Chrome and Firefox Couldn't.? That was my question basically. – Aashish Vivekanand – 2015-10-07T09:10:02.470

My guess would be that there are locks in place that Chrome and Firefox put on the user profiles when starting the first time. Then, when the 2nd session starts, this is a whole new user session for Chrome, so it probably freaks out because 2 user sessions would be reading / writing the same data (race conditions). – cdavid – 2015-10-07T18:41:26.853

No answers