Hello
I am using a hit counter on about 200 different pages. I began using it with onnly 10 pages.
It counts your first hit on a page, sets a cookie, then ignores subsequent hits on same page for a specified time if you have that cookie.
The problem is, with a cookie max of 20 per domain, that clearly leave me with a dilemma. the counter will work as desired for the first 20 pages the user hits, then after that, it will increment the count on every hit etc.
I am at a loss for a solution.
recap:
Need a counter script that counts first hit to a page, but not subsequent hits in a given 'session'.
If the user nav's to another page, it WILL increment that pages count, even though user has cookie for another page. (cookies currently named as the page url (strFilename = Request.ServerVariables("SCRIPT_NAME")
)
this must work for a large number of pages.
I also must be able to tell the server "its me" from any browser/computer, since I dont want my hits counted,
Any discussion would be appreciated. I do not necessarily want someone to write me a script, but rather a nudge in the right direction/logic to make this work.
Thanks in advance.
I am using a hit counter on about 200 different pages. I began using it with onnly 10 pages.
It counts your first hit on a page, sets a cookie, then ignores subsequent hits on same page for a specified time if you have that cookie.
The problem is, with a cookie max of 20 per domain, that clearly leave me with a dilemma. the counter will work as desired for the first 20 pages the user hits, then after that, it will increment the count on every hit etc.
I am at a loss for a solution.
recap:
Need a counter script that counts first hit to a page, but not subsequent hits in a given 'session'.
If the user nav's to another page, it WILL increment that pages count, even though user has cookie for another page. (cookies currently named as the page url (strFilename = Request.ServerVariables("SCRIPT_NAME")
)
this must work for a large number of pages.
I also must be able to tell the server "its me" from any browser/computer, since I dont want my hits counted,
Any discussion would be appreciated. I do not necessarily want someone to write me a script, but rather a nudge in the right direction/logic to make this work.
Thanks in advance.