Caching - Meta Tags
Example of Meta Tags to Force Web Pages to Refresh:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
Example of Meta Tag to Force Web Pages to Expire:
<META HTTP-EQUIV= "expires" content = "Monday, 20-May-2002 05:29:10 GMT">
|
|