|
Posted by Noozer on 06/05/05 17:04
"Toby Inkster" <usenet200504@tobyinkster.co.uk> wrote in message
news:pan.2005.06.02.22.42.15.387983@tobyinkster.co.uk...
> Noozer wrote:
>
> > Currently I have the following at the top of my page source:
> > <%
> > response.ContentType = "image/jpeg"
> > Response.CacheControl = "no-cache, must-revalidate"
> > Response.AddHeader "Pragma", "no-cache"
> > Response.Expires = -1
> > Response.AddHeader "Last-Modified", date
> > %>
>
> At the top of the *page* or the top of the *image*. You need to send these
> headers with the *image*. (Alternatively, just change the image file name
> every time you update it.)
Doh!
Thanks... Moving it to the image seems to have it working as needed. I
assumed that at the top of the page I was telling it not to cache any
images.
Navigation:
[Reply to this message]
|