caching images

S

sviau

What response headers should i be using to make that images on my web page
(images hosted on seperate web server than page) are cached


thanks
stephane
 
K

Kevin Spencer

By default, they are (that is, if you're talking about at the browser).

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
S

Steven Cheng[MSFT]

Hi sviau,


Thanks for posting in the community!
From your description, you are looking for some means to force the client
side cache the images in web page,yes?
If there is anything I misunderstood, please feel free to let me know.

As for this question, I agree with Kevin that this behavior is by default
implemented by the brower, since it'll cache the certain resource when
first time request it and retrieve it from the client cache for later
using. So we needn't provide additional operations. However, we need to add
custom headers or use some additional approachs if we want to force the
client browser not use the cache:). And here is a kb article discussing on
this topic:

#HOWTO: Force Graphics to Always Download to Client
http://support.microsoft.com/?id=246960

Please check out the suggestion. If you feel anything unclear, please feel
free to post here.


Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
S

Steven Cheng[MSFT]

Hi sviau,


Have you had a chance to check out the preceding suggestions or have you
got any further ideas on this issue? If you need any questions, please feel
free to post here.



Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top