/ Published in: ASP
Expand |
Embed | Plain Text
<% pStr = "private, no-cache, must-revalidate no-store pre-check=0 post-check=0 max-stale=0" Response.ExpiresAbsolute = #2000-01-01# response.AddHeader "Pragma", "no-cache" response.AddHeader "cache-control", pStr %>
Comments
Subscribe to comments
You need to login to post a comment.

I hope this code it's correct and prevent completely from any caching.
I hope this code it's correct and prevent completely from any caching.