Monitoring user interaction with the axWebBrowser control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have a vs2005 winform that host the activex axWebBrowser control.
I would like to monitor how long a user spends on a site viewed in the web
browser control, In the web world this would usually be done on the web
server by using some sort of caching or session objects. Is it possible to
determine how long a user spends on a given site using the web browser
control?

Any replies, links, articles, or books on the above subject would be greatly
appreciated.

Regards,
-.NET Dev
 
Are you asking for the ability to time access to a specific site, as in
"how long did the user spend on cnn.com before moving to google?" or,
are you just looking for total time spent accessing the web?

Regards

John Parrish
 
Hi john,

I am asking for the ability to time access to a specific site, as in...
how long did the user spend on cnn.com before moving to google.

Thank for the help,

-.NET Dev
 
Back
Top