rotsey Posted May 18, 2005 Posted May 18, 2005 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 Quote
kahlua001 Posted May 18, 2005 Posted May 18, 2005 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 Quote
Roey Posted May 19, 2005 Posted May 19, 2005 Maybe I have misunderstood your question but why not use a tool that is already out in the market. I use Weblog Expert lite which comes as a free download http://www.weblogexpert.com/lite.htm Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.