View Single Post
  #2 (permalink)  
Old Jan 2nd, 2008, 08:12
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Last Visit? Last Activity?

Last visit is the last time someone was active on a site.

Last activity, the last thing they were doing...

You capture them by using sessions and storing the info in a database each time the user moves between pages.

Say they move from page x to page y.... When they arrive at page y, your script stores the time they loaded the page (last visit) and stores their last activity (give the page an activity name) by storing what they were doing in the database.
Reply With Quote