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?

I have also seen that one could do:

<CFHEADER STATUSCODE="302" STATUSTEXT="Object Temporarily Moved">
<CFHEADER NAME="location" VALUE="#someURL#">

..which works great speedwise, but apparently the web bug is not served
:>(

Any comments, tips, ideas?

Thanks in advance,

Martin
______________________________________________________________________
Why Share?
  Dedicated Win 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=coldfusionc
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

Reply via email to