How do I set expiry date for an image?

Is this a server side operation or can it be done as an html tag attribute?

What if I only want to set different expiry dates for different images/resources?

link|improve this question
feedback

1 Answer

You're asking about the Expires header, which is sent by the server along with the HTTP response.
It is controlled by the server; for more details, consult your server's documentation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.