How to filter out duplicated request using Apache or TomCat

2003-02-06 Thread Bing Zhang
If the same user clicks a button continuously or refresh a page constantaly, that will generate the same request to our server many times with a tiny short interval. And the request will all come from the same machine. Is there a way to block these kind of requests by configuring the Apache or

RE: How to filter out duplicated request using Apache or TomCat

2003-02-06 Thread Rob Simpson
(ServletTool servletTool, RequestData requestData); -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 1:48 PM To: 'Tomcat Users List' Cc: Jimmy Wu; Dan Yin; Daniel Ruiz Subject: How to filter out duplicated request using Apache or TomCat