Platform SDK: IIS SDK |
The Expires property specifies the duration of time before a page that is cached on a browser expires. If the user returns to the same page before it expires, the cached version is displayed.
Response.Expires [= number]
When your .asp file calls Response.Expires, IIS creates an HTTP header, indicating the time on the server. If the system time on the client is earlier than the system time on the server (because of either the client or server having an inaccurate time setting, or time-zone differences), setting the parameter to 0 does not have the effect of expiring the page immediately. You can use the Response.ExpiresAbsolute property to immediately expire a page. In addition, you can use a negative number for the Expires property to expire the response immediately, as shown in the following code:
<%Response.Expires =index.html -1 %>
If there are multiple calls to Response.Expires on a single page, the server uses the shortest time period.
Platforms: Windows 2000 with IIS 5.0 installed,
Windows XP with IIS 5.1 installed,
Windows Server 2003 family with IIS 6.0 installed
What did you think of this topic? |
Order a Platform SDK CD |
file: /Techref/language/asp/OBJ/ref_vbom_resope.htm, 3KB, , updated: 2003/5/15 14:13, local time: 2024/10/31 17:37,
18.227.102.111:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/Techref/language/asp/OBJ/ref_vbom_resope.htm"> Response.Expires</A> |
Did you find what you needed? |
PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.