At the moment I'm testing a lot to detect whether a visiter of a webpage is using remote desktop access.
This is important for e-learning web applications. To make sure the student is working alone on a test.
I'm using php,jquery,javascript (html5) and flash. But can't seem to find a good solution. I found an answer on stackoverflow to use css' @media for color-depth. But that doesn't work.
Does anyone know a way to detect if a visiter of a webpage uses remote access?