> 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 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
> increase the timeout value for just this page? Was there something
> you could put on the URL? If I could set it in the code that would be
> better.
>
> If such a thing exists, *I wish it was documented*! I have all the Allaire
> books that come with CF, as well as just about every other book there is
> to get on CF. I even searched the studio help. Maybe I missed it
> somewhere.

myPage.cfm?RequestTimeout=50000

It actually tells you this when a page times out...

Remember that IE disconnects at 5 minutes no matter what - so use NS for
pages which take an age to generate

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to