Hello
I am using the WP-PostViews to track the global views of a post. However, I want to be able to track how many posts each user has looked at and display that number. I also want to make sure that the number cannot be easily fooled by a lot of refreshes, but I do not want it to be 1 view per user per page, say if the user comes back to the post 1 hour later or something, his or her number will increment by 1 as usual. So I guess setting a cookie?
Thanks in advance,
Perry