Each HTTP request for a file is completely seperate. If you request an
image via <img src=... its exactly the same as requesting it directly
by typing the URL in your address bar as far as HTTP (and the proxies,
browser cache and web servers) is concerned.

So setting a CFHEADER for the html page in which the image is to be
rendered will have no affect on whether the image gets cached or not.

(Well thats not quite true, cookie stuff gets shared across requests,
but in terms of caching it pretty well true).

Also I don't understand how you are applying CFHEADER to a page that
sends the email - the email ends up as a flat HTML file on a mail
server which then gets copied into someones inbox - there is no
involved HTTP there. Maybe I'm not understanding your properly.

-- 
Mark Stanton 
Gruden Pty Ltd 
http://www.gruden.com

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to