Sort of confirms my thoughts.. I don't get it about the random numbers though... Even if I add &r=47837212 to the url, the next time its called from the client it still is "the url" + &r=47837212
I just added the http headers, will do the trick - but not as nice as I wanted it to be... -- Taco Fleur Senior Web Systems Engineer http://www.webassociates.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Sabir Sent: Wednesday, 22 September 2004 2:50 PM To: CFAussie Mailing List Subject: [cfaussie] RE: No caching of an image TF> - http headers in the file TF> - or on the web server side TF> I guess what I am asking is, can I somehow embed *some sort of* TF> headers in the image to have it not to cache? I'd say no.. because the http headers aren't in the file, they are added by the web server.. and you said you don't have access to the web server. But on the adding a random number trick... you can still put a random number after your URL, like this: /log/index.cfm?pkIDInstance=45&r=47837212 does that help? bye ----------------------- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig --- 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/ --- 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/
