Cheers guys, Is there anyway you can set the timeout within a CF template and NOT rely on the RequestTimeout querystring? (FYI using CF 5.0)
David -----Original Message----- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: 27 February 2003 11:57 To: CF-Talk Subject: RE: Info on URL Parameter 'RequestTimeout' I've only had luck putting it directly in the url. Mike -----Original Message----- From: Everett, Al [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 6:53 AM To: CF-Talk Subject: RE: Info on URL Parameter 'RequestTimeout' I don't have a definitive answer for this, but from what I've seen, it must be in the Query String. Setting URL.RequestTimeout directly appears to have no effect. > -----Original Message----- > From: David Collie (itndac) [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 4:37 AM > To: CF-Talk > Subject: Info on URL Parameter 'RequestTimeout' > > > Hey list, > > Without really being able to test it properly at the moment, > I need some quick info on the 'RequestTimeout' URL parameter. > > When does CF (using 5.0) use this parameter? Does it need to > be in the querystring or can I set it on a page using either > cfset or cfparam... ala > > <cfset URL.RequestTimeout = 300> > > OR (preferably) > > <cfparam name="URL.RequestTimeout" default="500"> > > Cheers, > > David A Collie > Web Developer > RGU > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

