I have written a C#.NET app to fetch browser's history of websites visited by a user on his machine. But, want his actual time while visiting sites. For example,
If user just visits a website for 3 minutes.
Next, he lets the website remain open in a tab for 2 hours
Goes on to do some other task on his machine
So, the total time visiting the site should be 3 minutes only.
But, this is giving total time, i.e. 2 hours , which is incorrect. Please suggest