I want be able to record the time a certain user leaves the site. If he uses the Logout button to close the application, I can record it, but what if he closes the browser window to close it?
Is there any way that I can catch it with something like the "unload" event? Or maybe trigger something from javascript?
Is there any way that I can catch it with something like the "unload" event? Or maybe trigger something from javascript?