I want this solution for the examination java web application project, to make sure that the student is just taking the exam on his machine only.
So we want to block all the remote access software when the students access our examination portal and log in to the exam. Using javascript or JSP we wanted to detect the remote access is there or not.
Does anyone know how to detect if a client of a web application uses remote access?