Caching dynamic images in client's browser???

  • Thread starter Thread starter emer.kurbegovic
  • Start date Start date
E

emer.kurbegovic

Is it possible to cache dynamic images in client's browser the same way
static images are cached?

for example, i'd like to be able to cache this dynamic image: <img
src=pic.axd?id=2> the same way the browser would cache it if it would
say <img src=http://someplace.com/pic.jpg>

is this possible? if not, what are my choices/alternatives?

thanks in advance,
e
 
It's not only possible; it is already happening.

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

It takes a tough man to make a tender chicken salad.
 
Back
Top