Tagged Questions
7
votes
4answers
516 views
How to measure visiting time of a user
I like to measure the time a user spent on a particualr page of my webapp. First i thought about catching the onunload/onbeforeunload event in the browser and notify the server via a XMLHttpRequest ...