tracking users movements

rotsey

Newcomer
Joined
Nov 16, 2004
Messages
15
Location
Sydney, Australia
Hi,

I want to be able to track the movements of users on my site.
I of course would not do with heavy traffic.

I thought of using the Cache object and filling it with an object that has the username,time,web page executed.

Is this a wise thing to do.??
Could I create the object in the Cache on every request ny the user and if so which event would you recommend.

Thanks
 
Are you storing the tracking in a DB? Why not track the user every time they hit a page, why would you use the Cache object? If have have a username in a cookie or session, then inyour base page class, add a db call to track the user, no need to create any unneccessary objects, unless i'm missing something
 
Back
Top