what is diff between responseexpires and expiresabsolute
Answer Posted / 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 |
Post New Answer View All Answers
What is preprocessor in .net and type, where it use?
Define view state.
Web API uses which library for JSON serialization?
What is meant by web application?
Explain the difference between array and linkedlist?
Explain file-based dependency and key-based dependency.
How you can add an event handler?
What is difference between mvc and asp.net? : Asp.Net MVC
Do session use cookies in asp net?
Which asp.net objects encapsulate the state of the client and the browser?
What are the different types of sessions in asp.net?
In order to get assembly info which namespace we should import?
Can more than one person use the same login?
What is the typical session identifier?
What are the various types of cookies in asp.net?