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
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