F
Francis Dhaenens
I am building an ASP application, in this application, one of the
functions is that I have to know exactly how long a user has used a
certain page of the application. so I need a way to long the time a user
enters a page and when he leaves again.
the problem is when the user closes the browser, no time for leaving is
recorded...
Is there a way to run a web service that can read cookies of all the
users and write them to a database? Or am I looking too far for the
solution.
I'd like a clean solution, not with popups, or opening other windows in
order to run extra asp code..
functions is that I have to know exactly how long a user has used a
certain page of the application. so I need a way to long the time a user
enters a page and when he leaves again.
the problem is when the user closes the browser, no time for leaving is
recorded...
Is there a way to run a web service that can read cookies of all the
users and write them to a database? Or am I looking too far for the
solution.
I'd like a clean solution, not with popups, or opening other windows in
order to run extra asp code..