You can't disable it, and you shouldn't. Set it to a high value and
don't place the tag in the Application.cfm, but in the template that
needs it.

Pascal

> -----Original Message-----
> From: James Smith [mailto:[EMAIL PROTECTED]
> Sent: 23 September 2004 13:14
> To: CF-Talk
> Subject: [Spam?] RE: Disabling request timeouts
>
> No good, the templates that require extra time would also inherit the
> timeout.  I could use some cfif logic to use the cfsetting on all
pages
> except a couple listed, i.e....
>
> <cfif CGI.SCRIPT_NAME IS NOT ".....">
>   <cfsetting .....>
> </cfif>
>
> But really I want the control to be on the templates for the long
pages.
> If...
> <cfsetting requesttimeout="0"> worked as a disable that would be
perfect
> because I could set a global 30 seconds in the administrator (or
> application.cfm) then just disable it on the few, but it doesn't.  I
am
> reluctant to use <cfsetting requesttimeout="20000"> as I really want
to
> disable the timeout, not just extend it.
>
> --
> Jay
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to