Is anyone else having problems with Cache-Control: no-cache ?
I can't seem to get it to work correctly. I've found the fiendish

       document.cache.ignore_cache_control [0|1] (default: 1)
      Ignore  Cache-Control  and Pragma server headers.  When set, the
      document is cached even with 'Cache-Control: no-cache'.

setting and set it to 0 but I still can't get my forms to redisplay with
data reselected from the database. Apache has set everything i.e.

<Directory /srv/www/htdocs>
    Header append Author "Bill Adair"
    Header append Expires "Thu, 01 Dec 2003 16:00:00 GMT"
    Header append Cache-Control "no-store, no-cache, must-revalidate"
</Directory>

but no joy yet. The headers show up in the view headers option (I
assume this is at page level but have 'f'ed my frame to full screen)
but the frame is still cached. I can't even delete the cache contents
using 'C' or flush all caches as elinks claims the cache item is "in use".
TIA
Bill
_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to