cache control
Ces éléments META garantissent que la page n'est pas mise en cache.
L'élément META est placé dans l' élément HEAD .
< meta http-equiv = " Pragma " content = " no-cache " >
< meta http-equiv = " Contrôle-cache " content = " no-cache " >
Exemple
< html> < head> < meta http-equiv = " Pragma " content = " no-cache " > < meta http-equiv = " Contrôle-cache " content = " no-cache " > < title> Index TAG < / head> < body> < / body> < / html>
Exemple avec expiration date
< html>
< head>
< meta http-equiv = " Pragma " content = " no-cache " >
< meta http-equiv = " Contrôle-cache " content = " no-cache " >
< meta http-equiv = " Expire " content = " -1 " >
< title> Index TAG
< / head>
< body>