what is diff between responseexpires and expiresabsolute

Answers were Sorted based on User's Feedback



what is diff between responseexpires and expiresabsolute..

Answer / babitha

Response.expires--get/sets the length of time in minutes
before a page cached in browser expires,if the user returns
before that time the cached version is displayed.

Response.expiresabsolute-gets/sets the absolute date tiem
at wihich the cahed version should be removed from the
cache.

Is This Answer Correct ?    3 Yes 0 No

what is diff between responseexpires and expiresabsolute..

Answer / amit surana

response.expires is the lenght of time in minutes before
cached response on the browser expires.

response.expiresabsolute sets the date/time when a response
page stored in browsers cache will expire.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

0 Answers   Marlabs,


How is the asp.net mvc architecture different from others? : asp.net mvc

0 Answers  


For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?

2 Answers   Microsoft,


What are the different validators in asp.net?

0 Answers  


what is silver light when will we use silver light,

0 Answers  






is it possible to set more than web.config file for an ASP.net APPLICATION?can it run?how is it possible

3 Answers  


Tell me Asp.net Method Overriding.

3 Answers  


Which dll handles the request of .aspx page?

0 Answers  


What does it mean your session has timed out?

0 Answers  


Explain the code Access Security (CAS) in .net Framework?

0 Answers  


What is IPostBack? How to use it?

0 Answers   MCN Solutions,


What are session state modes? List some of the important session state modes of asp.net.

0 Answers  


Categories