Moderate

Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = "no-cache" ?

Correct answer: A. Avoid page to be cached

  • A. Avoid page to be cached
  • B. Clears the buffer area
  • C. The session expires
  • D. None of the Above

Explanation

These settings disable browser and proxy caching by setting an already-expired date, zero expiry, and a no-cache directive. Response.Buffer only controls output buffering, not caching.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions