Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ?
(A) Avoid page to be cached
(B) Clears the buffer area
(C) The session expires
(D) None of the Above

