[Seaside] Manage repetitive web request

Philippe Marschall philippe.marschall at gmail.com
Tue Mar 20 18:29:14 UTC 2012


Am 20. März 2012 18:36 schrieb dtrussardi at tiscali.it <dtrussardi at tiscali.it>:
> Hi,
>
>        i have one site based on seaside.
>
>        When a new session is open i register some relative informations.
>
>
>        Now i found hundreds requests from the same IP   interval  of five seconds.
>
>        Any request lives for  some tens of seconds.
>
>
>        How i can understand some informations about it ?
>
>        How i can manage this requests ?
>
>        I can mark this IP and answer specific  data?

You can look at the user-agent header and check whether it's a
(friendly) bot. If so you probably want to add a robots.txt.

Cheers
Philippe


More information about the seaside mailing list