Is there a way in PHP to find out if someone is connecting to my website from within a Windows Terminal Services/Citrix/RDP remote desktop environment?
My web application is experiencing some serious performance issues when (and ONLY when) someone is connecting to it using IE9 through a remote desktop connection. I know I should be looking for the cause of these problems and believe me I am. I found out however that switching to IE8 compatibilty-mode for some reason resolves the issues. So for the time being I would like to detect if someone is connecting to my website using IE9 through a remote desktop connection so I can then force IE8 compatibility-mode on them.
Any thoughts on why my web application is so much slower in a remote desktop IE9 are welcome as well. My web application is built on PHP/jQuery/jQueryUI/jqGrid/mySQL.