public void ProcessRequest(HttpContext context) { context.Response.CacheControl = "public"; context.Response.Expires = 12 * 60; //12个小时 }