ciao secondo te io nella sessione session_start ho messo
Codice PHP:
header("ETag: PUB" time());
header("Last-Modified: " gmdate("D, d M Y H:i:s"time()-10) . " GMT");
header("Expires: " gmdate("D, d M Y H:i:s"time() + 5) . " GMT");
header("Pragma: no-cache");
header("Cache-Control: max-age=1, s-maxage=1, no-cache, must-revalidate");
session_cache_limiter("nocache"); 
session_cache_limiter("nocache");che e l errore che mi da a vista , tu cosa mi consigli?