Yo decía esto:
WARNING:
In order to make Internet Explorer 6 (probably also 7) not to cache pages you should use only these headers:
Código PHP:
header("Cache-Control: no-cache");
header("Expires: -1");
Yo tampoco he salseado mucho el tema, pero vi eso y era por si te servía.