If you tell your browser cache to validate with the server on every request (this option is available in Netscape, I don't know about IE), it will at least send an if-modified-since request for evey object. This does little good when editing the same object multiple times a day. I finally just stuck a hack in the ZServer that sends pragma: no-cache and Cache-Control: no-cache on every object. When I publish the site, I remove the hack. We should probably hack ETag support into zope, so that if-modified-since requests are handled properly on the more recent browsers. --sam Martijn Pieters wrote:
At 23:07 19-11-99 , rgines@purina.com wrote:
Assume browser chache is causing the problem. Stop/restart browser, retest main page. Hello 'PictureA'
It is your browser cache. Manually flush it (go to options, press the appropriate flush buttons). Restarting is not enough.
Browsers are very aggressive in cacheing images, especially Netscape.
-- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | T: +31 35 7502100 F: +31 35 7502111 | mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ---------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )