how many times a page is view
-
hi i am working on a page to show how many time this page is visiting.. how can i do it.. i applied this by adding 1 on opening this page. but on revisiting this link how i prevent to increment no of view on same user
-
hi i am working on a page to show how many time this page is visiting.. how can i do it.. i applied this by adding 1 on opening this page. but on revisiting this link how i prevent to increment no of view on same user
You would require the user to log in, and only count logged in views. Or you could store a cookie and hope they support cookies, that they don't have more than one PC and that they never delete it.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
hi i am working on a page to show how many time this page is visiting.. how can i do it.. i applied this by adding 1 on opening this page. but on revisiting this link how i prevent to increment no of view on same user