/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<% Response.Expires=0 Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.CacheControl = "no-cache" Response.AddHeader "cache-control", "private" Response.AddHeader "pragma", "no-cache" %>