Disabling Drupal's cache is not enough as long as browser cache is not disabled as well.

Did this module consider this and implemented some kind of <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> or (even better) putting no-cache to the header e.g. like this header( 'Pragma: no-cache' ); (see more at http://be2.php.net/header )?

Comments

Crell’s picture

Version: 5.x-1.x-dev » 5.x-2.x-dev

Hm. I'd only consider that as a configurable option. Possible, I suppose, but I'm wary about it as it would be an even bigger performance hit.

Crell’s picture

Status: Active » Closed (won't fix)

On further thought, I'm against this. The goal of Cache Exclude is to allow randomized content to be generated by Drupal. Browser caching is the browser's problem to deal with.