Re: Limit the number of clicks per second inside Tapestry

2007-01-28 Thread munich
a website? Original-Nachricht Datum: Sat, 27 Jan 2007 20:38:30 -0800 Von: "Patrick Moore" <[EMAIL PROTECTED]> An: "Tapestry users" Betreff: Re: Limit the number of clicks per second inside Tapestry > I would hazard a guess that it would be useful to

Re: Limit the number of clicks per second inside Tapestry

2007-01-27 Thread Patrick Moore
I would hazard a guess that it would be useful to stop automated spam entries in blogs and automated sign-up by robots. anything that goes faster than a human could go could be throttled On 1/27/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote I'd love to know what your underlying us

Re: Limit the number of clicks per second inside Tapestry

2007-01-27 Thread Howard Lewis Ship
I believe you could create a filter (in Tapestry 4) that could intercept requests and work with a session-based object. The session object would need to keep a list of timestamps of recent accesses. With this, it could determine if a user has slipped over your threshold, at which point you could,