Cfhttp to the rescue ;)
<cfloop query="theIds">
    <cfhttp url="addressthatProcessesTheId" method="get">
        <cfhttpparam type="url" name="theId" value="#theId#" />
    </cfhttp>
</cfloop>

HTH

Dominic

On 25/04/2008, Casey Dougall <[EMAIL PROTECTED]> wrote:
> On Fri, Apr 25, 2008 at 4:03 PM, Ian Skinner <[EMAIL PROTECTED]> wrote:
>
> >
> > What about resetting the script timeouts to a value large enough to
> > accomplish your task either globally in the administrator or locally
> > with the <cfsetting...> tag?
> >
> >  Yeah, that may be the only way to get this threw the cracks.
>
> >
> > Well, from Firefox's point of view that is exactly what you are doing.
> > It can't see what the server is doing and understand that it is involved
> > in an iterative loop that will eventually end.  It can only see that is
> > is getting the same sequence of 301 redirects over and over.  The
> > developers of browsers have intelligently made them so that they do not
> > get trapped in an endless loop like this.
> >
>
> Right, so i tried appending a URL variable to the end that changes everytime
> the script runs, but that didn't work either.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304262
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to