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 merge 2 tables fields in DataTable in asp.net

6 Answers   Wipro,


How many time you can fill dataset in asp.net?

3 Answers   Syntel, Wipro,


What are the uses of reflection?

0 Answers  


main difference between asp.net2.0,asp.net1.1,asp.net1.0

1 Answers   Northgate is,


Difference between .NET components and COM components?

2 Answers   Microsoft,






Can you nest updatepanel within each other?

0 Answers  


What is localhost in asp.net?

0 Answers  


Explain the difference between debug.write and trace.write?

0 Answers  


What is the difference between the get method () and post method ()?

0 Answers  


What is custom events? How to create it?

0 Answers  


What is the default timeout for a cookie?

0 Answers  


What role “#&&” plays in a querysting?

0 Answers  


Categories