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 the use of session?
What is mvc in asp.net interview question? : Asp.Net MVC
Explain authorization levels in .net ?
Describe the master page.
Differentiate between a page theme and a global theme?
How you will handle session when deploying application in more than a server?
How do you sign out from forms authentication?
When Cookies are expired in ASP.NET?
How do you implement sql caching in asp.net?
Do you know using sql cache invalidation?
How to use a Master Database in Asp.net?
What’s the difference between response .redirect and server.transfer?
Can I stream live content/events?
Differences between “dataset” and “datareader”.
How can we identify that the page is post back in asp net?