Re: Setting a timeout on a page

2001-01-25 Thread Mr Urc
Quoting Ryan <[EMAIL PROTECTED]>: > I thought there was a way to specify a timeout period on a CF page? > I would like to keep the default of 30 seconds set in the CF > Administrator, > but I have a few pages which do some whois lookups which may add up > to more than 30 seconds, and are timing ou

RE: Setting a timeout on a page

2001-01-25 Thread Rick Lamb
Try supplying the requestTimeOut=whatever url variable. Rick -Original Message- From: Ryan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 10:31 AM To: CF-Talk Subject: Setting a timeout on a page Ok, I've looked through my ColdFusion books, been through the Al

Re: Setting a timeout on a page

2001-01-25 Thread Peter Theobald
Here's the catch: You can set the timeout for a page, but you can't set it ON THAT PAGE. You have to set it in a URL variable passed into the page request in the calling page. href=my_slow_page.cfm?RequestTimeout=500 At 10:30 AM 1/25/01 -0600, Ryan wrote: >Ok, I've looked through my ColdFusio

RE: Setting a timeout on a page

2001-01-25 Thread Philip Arnold - ASP
> Ok, I've looked through my ColdFusion books, been through the Allaire > knowledge base, and the cf-talk archives. I hope someone here can > help me. > > I thought there was a way to specify a timeout period on a CF page? > I would like to keep the default of 30 seconds set in the CF > Administra

RE: Setting a timeout on a page

2001-01-25 Thread Dave Watts
> I thought there was a way to specify a timeout period on a CF > page? I would like to keep the default of 30 seconds set in the > CF Administrator, but I have a few pages which do some whois > lookups which may add up to more than 30 seconds, and are > timing out. Isn't there a way to increa

RE: Setting a timeout on a page

2001-01-25 Thread dennis baldwin
25, 2001 11:31 AM To: CF-Talk Subject: Setting a timeout on a page Ok, I've looked through my ColdFusion books, been through the Allaire knowledge base, and the cf-talk archives. I hope someone here can help me. I thought there was a way to specify a timeout period on a CF page? I would li

RE: Setting a timeout on a page

2001-01-25 Thread James Maltby
"Get Carter" 1964 -Original Message- From: Ryan [mailto:[EMAIL PROTECTED]] Sent: 25 January 2001 16:31 To: CF-Talk Subject: Setting a timeout on a page Ok, I've looked through my ColdFusion books, been through the Allaire knowledge base, and the cf-talk archives. I ho

Re: Setting a timeout on a page

2001-01-25 Thread Clint Tredway
add TimeOut=500 to the url -- Clint Tredway www.factorxsoftware.com -- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusio

Setting a timeout on a page

2001-01-25 Thread Ryan
Ok, I've looked through my ColdFusion books, been through the Allaire knowledge base, and the cf-talk archives. I hope someone here can help me. I thought there was a way to specify a timeout period on a CF page? I would like to keep the default of 30 seconds set in the CF Administrator, but I