in reply to CGI and Server-load
I think all have to do is to include a tiny amount of ASP (or PHP, or PERL) code in each page, which would send a cookie to every user. If, when the script ran, the cookie was already set, then the visit was not unique. If it was not already set, then the visit was unique and you'd increment the counter in a database or elsewhere.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: CGI and Server-load
by nuance (Hermit) on Jun 22, 2000 at 19:33 UTC |