Ok sorted.
All that needed doing is that on .php pages like home.php , product.php etc.
after
Code:
require "./auth.php";
I added
Code:
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: public");
header("Expires: -1");
seems to have done the trick now
