Posted by Nu on 02/01/07 06:15
"Sanders Kaufman" <bucky@kaufman.net> wrote in message
news:xOdwh.40373$Gr2.8425@newssvr21.news.prodigy.net...
> Nu wrote:
> > $_SESSION[] is pretty much dependant on cookies, right?
>
> Yes - optionally a query string, but that won't work for your
> purposes.
>
> If you want to monitor the activity of your clients from one
> connection to the next, you need persistant client-side data.
>
> There's no way around that... except maybe the Honor system.
Cookies wouldn't work on some email grabber bot or offline downloader. And a
query string isn't how my site's software works.
I'm basically looking for something that simply would be able to say
index.php can't be called by anyone more than say so many times per second.
After that, it'll do a sleep command or output a "too many connections
page."
[Back to original message]
|