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 can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

0 Answers   Microsoft,


What is a user session?

0 Answers  


What is the use of mcommand ? mcommand.fill(ds,"orderdetails");

1 Answers   Netsweeper,


Define secured sockets layer.

0 Answers  


How to remove cache object in asp.net?

2 Answers   TVS,






What is difference between mvc and asp.net? : Asp.Net MVC

0 Answers  


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

0 Answers  


In the Repeater control which way you can edit?

0 Answers   Siebel,


What do you mean by authentication and authorization

3 Answers  


hi all, can we sort the data set without using the gridview sort method

1 Answers   CGI,


Turn Off ASP Session State on an IIS 5.1 Web Site

1 Answers  


What is route in web api?

0 Answers  


Categories