voir la source
Divers moyens de supprimer qu'une page soit mise en cache
ou indexée
IMPORTANT NOTE: AOL's proxy system does not read HTML.
Use of the META HTTP-EQUIV tags in the content of web pages
(in either HEAD or BODY) does not control the behavior of AOL's proxy caches.
Utiliser :
Cache-Control: no-store
This object may not be stored in any cache, even the requestor's browser cache.
Cache-Control: no-cache
This object may be held in any cache but it must be revalidated every time it is requested.
En php headers :