> how do i increase the request time span for a cfm file. i
> mean to say, i have an updation and the request is timed
> out before the whole object (we use spectra) is updated.

You'll need to modify the URL used in the link or form action. If it looks
like this:

<A HREF="mypage.cfm">my page</A>

change it to

<A HREF="mypage.cfm?RequestTimeout=500000">my page</A>

You can set the RequestTimeout value to whatever you need.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to