Overblog
Editer l'article Suivre ce blog Administration + Créer mon blog

"> Empécher la mise en cache des pages php

par Morgan

publié dans php - ajax

C'est un petit pense bête pour moi, afin de pas oublier :D

 

 

<?php
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header("Expires:Mon,26 Jul 1997 05:00:00 GMT");
?>

Pour être informé des derniers articles, inscrivez vous :
Commenter cet article