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

How to create a permanent cookie?

1 Answers   IBM,


Types of objects in ASP ?

2 Answers   Microsoft,


how can i inharit multiple classes?

3 Answers  


What is fulltrust?

0 Answers  


Is there any property names “isnavigating”?

0 Answers  






What is the use of sessionstate tag in the web.config file?

2 Answers  


Why we go for mvc instead of asp.net? : Asp.Net MVC

0 Answers  


What are the validation controls ?

1 Answers  


What is HTTPContext and HTTPModule. What is the use of them?

1 Answers  


Tell something about state management in asp.net?

3 Answers   Accenture,


What’s the difference between Response.Write() andResponse.Output.Write()?

1 Answers  


Which is the parent class of the web server control?

0 Answers  


Categories