You'll need to do this in a listener (or filter, or plugin, if appropriate).
<cfsetting requestTimeout="2500" /> This will make that request have a timeout longer than the standard value set up for the application. AFAIK, there's nothing in the framework that dynamically adjusts the request timeout based on a URL or FORM variable. brian On Dec 7, 9:04 am, [email protected] wrote: > I have a long running event and I want to add the requestTimeout > parameter. > How do I do it? > > This is my form: > > <form name="search" action="#cgi.script_name#" method="post" > onSubmit="return validate(this);"> > <input type="Hidden" name="event" value="#event.getArg('submitEvent')#"> > </form> > > I would like the url to end up as something like this: > index.cfm?event=reportEvent&RequestTimeout=2500 > > If I add &RequestTimeout=2500 to submitEvent value I get event (with > &RequestTimeout=2500 at the end) doesn't exist. > > Any Ideas? > I am running 1.8 release. > > Thanks, > > Bill Peddy > Web Developer > ECS Team - ITS-EPA II - > Contractor > voice: (919) 541-1329 > fax: (919) 541-3700 -- You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
