Board index » Web Programming » Caching dynamic images in client's browser???

Caching dynamic images in client's browser???

Web Programming271
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=someplace.com/pic.jpg>



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



thanks in advance,

e


-
 

Re:Caching dynamic images in client's browser???

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.





<emer.kurbegovic@gmail.com>wrote in message

Quote
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=someplace.com/pic.jpg>">someplace.com/pic.jpg>



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



thanks in advance,

e







-