je cherche à comprendre ces fonctions
Pour le no-cache sa va, sa veux surement dire ne mes pas "cette page dans le cache" ?
header("P3P: CP=\"NOI DSP COR ADMa OUR NOR\"");
header ("Pragma: no-cache");
header ("Cache-Control: no-cache, must-revalidate, max_age=0");
header ("Expires: 0");
C'est surtout cette ligne qui me pose problème
header("P3P: CP=\"NOI DSP COR ADMa OUR NOR\"");
Merci