123 Eng

Engineering the engineers™


Latest Jobs   Forum Map

 


Home
Source Codes
Engineering Colleges

Training  Reports
Seminar Reports
Placement Papers

Forums

   Computer Science / IT
   Electronics
   Electrical
   Mechanical
   Chemical
   Civil

   CAT / MBA

   GMAT / Foreign MBA
Latest Jobs

Engineering Jobs / Technical Jobs
Management Jobs

Sitemap
Terms of use

Displaying  Source Code(s)  
 

 
Set how many minutes a page will be cached

--------------------------------------------------------------------------------

Description : This example demonstrates the Expires property. This property sets how long a page will be cached in a browser before it expires. If the user returns to the same page before the specified number of minutes have elapsed, the cached version is displayed. If you set minutes to 0, the page will never be cached on a browser.

<%Response.Expires=0%>
<html>
<body>
<p>This page will be refreshed With Each access!</p>
</body>
</html>

 

Contribute content or training reports / feedback / Comments
job placement papers
All rights reserved © copyright 123ENG