Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...