/ Published in: PHP
Expand |
Embed | Plain Text
<% Response.Expires=0 Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.CacheControl = "no-cache" Response.AddHeader "cache-control", "private" Response.AddHeader "pragma", "no-cache" %>
Comments
Subscribe to comments
You need to login to post a comment.

Posted in wrong category.