Here is a section from one of those files if that will help in the diagnosis.
----
section from "page_header.php" lines 529-531
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');
---
thanks
Andy