IIS seems to have support per directory based custom HTTP header. So for all images in a directory for images, you can add a "Expires: 0" HTTP header to expire the image in the cache immediately. I wonder how Apache could be made to do that. But then LIH would be a better place to ask that question. :)
- Sandip At 02:51 PM 7/31/2002 +0530, you wrote: >IE seems to ignore these headers for HTTP/1.0 responses > > >for HTTP/1.1 there is an elaborate mechanism to do this >if u are using some tandard server side page like JSP/ASP try >theExpires property of the Response object and the Pragma's >Philip S Tellis wrote: > >>On Wed, 31 Jul 2002, Keerthi wrote: >> >>>So i added a <META> tag in the page as >>><META HTTP-EQUIV="Pragma" CONTENT="no-cache"> >>><META HTTP-EQUIV="Cache-Control" content="no-cache"> >> >>These tags are only suggestions to the browser, not requirements. They >>can choose to ignore them altogether. >> >>You can't prevent caching through html, you've got to configure your >>server to send the no-cache headers. > >-- >As flies to wanton boys are we to the gods; they kill us for their sport. > -- Shakespeare, "King Lear" > > > > > > >------------------------------------------------------- >This sf.net email is sponsored by: Dice - The leading online job board >for high-tech professionals. Search and apply for tech jobs today! >http://seeker.dice.com/seeker.epl?rel_code=31 >_______________________________________________ >linux-india-programmers mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/linux-india-programmers ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
