I have a system that runs a call center. Everyone works from an Internet Explorer Web Interface that talks to my SQL database. The problem I am trying to solve is login/logout times. I have the system time stamped when a user logs in or out but when the user forgets to logoff or I don't have anything.
Does anyone know of a script or a solution that will monitor on ideal events of a web browser and then perform a command when necessary based on an ideal time? For example send a logoff command and time stamp the database.
Does anyone know of a script or a solution that will monitor on ideal events of a web browser and then perform a command when necessary based on an ideal time? For example send a logoff command and time stamp the database.