On any website, such as on StackOverflow, each question has a view count, and user reading a question but has previous read it won\'t count twice.
I have some ideas abou
Short answer: It depends!
I've previously used cookies combined with an in-memory database to store the individuals view's (for obvious reasons I stored the actual view count in a database table persisted to disk). I could do this because the statistics didn't mean anything.