The requirements:
- For each item in the shop, keep stat about visitor's view.
- During the first 15 mins, do not count the same visitor even though that visitor re-open the web browser
- Need a way to protect visitor's cheating (The above 2 requirements should always be apply)
- For example of cheating, If we're using Cookies, this is not good enough, WHY? Visitor can disable cookies and press "Refresh" to increase the stat(visitor's view)
Any good solution?