Martin P. Cadirola wrote: > Hi there, > > I'm working on an app that uses a "web bug" (basically an <img> tag that > calls another site; that site serves an image). > > I'd need to redirect a visitor -after- the web bug has been served. > Since cookies are involved -as you may guess-, I don't use <cflocation> > but simply: > > <CFHEADER NAME="Refresh" VALUE="0; URL='http://www.somebody.gov'"> > > Now, this works great but I can certainly notice a big delay when this > happens. Is there any way to speed up this redirection?
So you send out a page, in that page is a reference to an image that comes from another site, and after that image is loaded you want to send the browser to a different location. Right? Which site wants to set which cookie? > <CFHEADER STATUSCODE="302" STATUSTEXT="Object Temporarily Moved"> > <CFHEADER NAME="location" VALUE="#someURL#"> > > ..which works great speedwise, but apparently the web bug is not served > :>( Correct. This *is* cflocation, only written differently. Jochem ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

