Board index » Web Programming » Caching dynamic images in client's browser???
|
EarlePearce
|
|
EarlePearce
|
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 - |
| Kevin
Registered User |
Thu Aug 24 06:50:57 CDT 2006
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 QuoteIs it possible to cache dynamic images in client's browser the same way - |
