Re: how to avoid multiple requests from the same client

2008-10-07 Thread colin_
sion holds that token, you can > refuse to process the (additional) request. Just be aware that you have > to clean that token up eventually or else the user might get stuck until > their session times out. > > - -chris > > -- View this message in context: http://www

Re: how to avoid multiple requests from the same client

2008-10-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, Tim J Schumacher wrote: > We do this in our project by using the TokenProcessor in struts. Are > you using struts by chance? I think Colin is more worried about repeated requests for /any/ page, not just form submissions (which struts' tokens a

Re: how to avoid multiple requests from the same client

2008-10-06 Thread Tim J Schumacher
We do this in our project by using the TokenProcessor in struts. Are you using struts by chance? -Tim colin_ wrote: mgainty wrote: you can implement single sign on access with SingleSignOn Valve ... ... http://tomcat.apache.org/tomcat-5.5-doc/config/host.html is this what you're

RE: how to avoid multiple requests from the same client

2008-10-06 Thread colin_
i got just 1 web app running. my problem is, that a client can fire as much requests as he wants from our website! in coldfusion for example such requests are catched by the coldfusion application server and ignored. -- View this message in context: http://www.nabble.com/how-to-avoid-multiple-reque

RE: how to avoid multiple requests from the same client

2008-10-06 Thread Martin Gainty
Oct 2008 07:36:49 -0700 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: RE: how to avoid multiple requests from the same client > > > > paul.ockleford wrote: > > > > Could you just use javascript? > > > > > > no, the w

RE: how to avoid multiple requests from the same client

2008-10-06 Thread colin_
paul.ockleford wrote: > > Could you just use javascript? > > no, the whole frontend of our framework is in java -- View this message in context: http://www.nabble.com/how-to-avoid-multiple-requests-from-the-same-client-tp19836189p19839203.html Sent from the Tomcat - User

RE: how to avoid multiple requests from the same client

2008-10-06 Thread paul.ockleford
Could you just use javascript? -Original Message- From: colin_ [mailto:[EMAIL PROTECTED] Sent: 06 October 2008 15:07 To: users@tomcat.apache.org Subject: Re: how to avoid multiple requests from the same client any idea how i would do that, or where to find an example? Mark Thomas-18

Re: how to avoid multiple requests from the same client

2008-10-06 Thread colin_
this message in context: http://www.nabble.com/how-to-avoid-multiple-requests-from-the-same-client-tp19836189p19838654.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@to

Re: how to avoid multiple requests from the same client

2008-10-06 Thread Mark Thomas
colin_ wrote: > hello everyone > while testing our website (running with a java servlet) i noticed that an > impacient user could overload our database server. since some sites need > alot of time to load, an impacient user can click multiple times on the same > link. i thought tomcat would notice

how to avoid multiple requests from the same client

2008-10-06 Thread colin_
this message in context: http://www.nabble.com/how-to-avoid-multiple-requests-from-the-same-client-tp19836189p19836189.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: