honey

honey

  • NA
  • 13
  • 34.2k

what is the use of Response.Expires = 0;

Mar 4 2011 6:13 AM
what is the meaning of the following code,
will u explain?

            Response.Expires = 0;
            Response.AddHeader("pragma", "no-cache");
            Response.AddHeader("cache-content", "private");
            Response.CacheControl = "no-cache";

Thanks & Regards
Honey

Answers (5)