| 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 |
See also:
| file: /Techref/language/asp/obj/ref_vbom_resope.htm, 3KB, , updated: 2003/5/15 13:13, local time: 2012/2/10 10:05,
38.107.179.230:LOG IN |
| ©2012 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? |
|
Support the PICList by honoring its finest. |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.