Rollback999

How Do I Make Sure a Web Page Is Not Cached by a Browser?

Asked by Rollback999 2 years ago browser cache


Csgs
0
 
You can use headers inside the HTML as <meta> tags :

<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">

by Csgs 2 years ago

Answer this question

How Do I Make Sure a Web Page Is Not Cached by a Browser?

0 errors found:

 
0