Te sugiero tambien usar los header en el PHP para obligar al navegador a que recargue si es que no llega a funcionar el <meta> (que no debe tener problemas como te lo indico
albert1980
Código php:
Ver original<?php
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); // Add some IE-specific options
header("Cache-Control: post-check=0, pre-check=0", false); // For HTTP/1.0
?>