Differentiate between Response.Expires and Response.ExpiresAbsolute?

devquora
devquora

Posted On: Feb 22, 2018

 

Response.Expires is a property that is specific to the minutes that a particular page has in caches right from the time of the request that has been placed from the server. While on the other hand, Response.ExpiresAbsolute is a property that helps in providing the exact time at which a particular page cache has expired.

For instance:

  • Response.Expires is set to 10 minutes and the page is directed to stay in cache for 10 minutes from the time it has been requested.
  • Response.ExpiresAbsolute gives information like 13 January 15:48:30. This time specifies when the page was in cache.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    ADO.Net Interview Questions

    Describe ADO.net?

    ADO.net is an acronym for ActiveX Data Objects, which is commonly used as a part of the .net framework...

    ADO.Net Interview Questions

    List some of the common data providers for ADO.net framework.

    Some of the common data providers for ADO.net framework include:..