Re: expires

 
> How do you specify an expiration date for inline images?  Does the
> Expires header apply to the document only or does it also apply to all
> inline objects?  Is there an expires attribute for the <img> tag?

You need to get the server to attach an Expires header, which is
trivial if you're using Apache and the mod_expires.c plug-in.

However, be warned; the Netscape daylight savings time bug causes
the expiration date to be interpreted as 1 hour ahead of what you
actually request.

I've also seen Netscape mis-read an expires header that was 400 seconds
into the future and set it to 1 day in the past. doh!


rob
--
   Windows NT  -  where programs go to die.

Received on Wednesday, 8 May 1996 18:18:31 UTC