On Sun, Nov 1, 2009 at 4:49 PM, Dave Watts <[email protected]> wrote:
>> You can also drop it in the URL like something.cfm?requestTimeout=600
>
> Not since CFMX:
> http://kb2.adobe.com/cps/194/tn_19438.html

You know, I had a suspicion it was deprecated but I didn't confirm it
before I posted.  For this scheduled template scanario you could still
look for the URL variable and pass it into a CFSETTING tag, which is
also the suggestion given in that TechNote.

<cfparam name="url.requesttimeout" default="60">
<cfsetting requesttimeout="#url.requesttimeout#" />

-Cameron

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327895
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to