Hi Guys,
I developed a website a while back and my client wants to track user usage of the website. Basically he wants to know: who logged-in, what pages he visited and when he left. Is there an example of such idea somewhere or do I have to start from scratch.
In the event that I had to start from scratch I created a table on my Access db with the following fields:
usageID | intUserID | dteloggedin | urlvisited | loggedout
It doesn't have to be too complex.
The website is in Classic ASP/vbscript.
Thanks for any ideas leading to a fruitfull headscratch and eureka moment.
Cheers to all.
Javier
I developed a website a while back and my client wants to track user usage of the website. Basically he wants to know: who logged-in, what pages he visited and when he left. Is there an example of such idea somewhere or do I have to start from scratch.
In the event that I had to start from scratch I created a table on my Access db with the following fields:
usageID | intUserID | dteloggedin | urlvisited | loggedout
It doesn't have to be too complex.
The website is in Classic ASP/vbscript.
Thanks for any ideas leading to a fruitfull headscratch and eureka moment.
Cheers to all.
Javier