Bonjour à tous,
Sur plusieurs tutos ou forums, j'ai trouvé les préconisations suivantes pour interdire la mise en cache:Le W3C répond:Code:
1
2 <meta http-equiv="Expires" content="-1" > <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
Que faut-il faire?Citation:
Error: Bad value 'Expires' for attribute 'http-equiv' on element meta.
Error: Bad value 'cache-control' for attribute 'http-equiv' on element meta.