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

Which protocol is used to call a web service?

1 Answers  


How many web.config a application can have ?

6 Answers   Keane India Ltd, Manhattan, Vertex,


Explain the difference between response.redirect vs server.transfer

1 Answers  


What are cao and sao.

1 Answers  


Explain the boxing and unboxing concept in .net?

1 Answers  


How do you sign out from forms authentication?

1 Answers   MCN Solutions,


What is a Windows Service and how does its lifecycle differ from a "standard" EXE?

2 Answers  


What is Difference between Application object and Session Object

5 Answers  


Elaborate differentiation between ViewState and SessionState?

1 Answers   QuestPond,


Can you explain how ASP.NET application life cycle and page life cycle events fire?

1 Answers   MindCracker,


Difference between Active Exe and Dll ?

3 Answers   Satyam,


Define the term Web Garden?

1 Answers   Sans Pareil IT Services,


Categories