| | Hi all, I want to keep track of how often certain pages are visited but I don't want to have it such that someone can keep refreshing a page to increment the number of times a page is visited. What would be the best way to keep track of visiters on my site so I can know what pages they are going to. I'm going to database this data so I can generate a little "most visited" list for my page of, say, the top 5 most visited pages. I imagine using a cookie or something but I would like to have a time frame on it, such that, if the same person re-visits the site after, x amount of time (an hour/day), the page 'hit' will increment. |

