|
|
|
|
|
| | |
| |
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Caching |
|
From: |
Tim |
|
Date: |
12/3/1999 7:59:32 AM |
|
IP: |
207.51.162.13 |
I snagged this from newsgroups a while back:
Here are the things dealing with the issue of caching in ASP:
1. Response.Expires = 0
2. Response.ExpiresAbsolute = Now() - 1
3. Response.AddHeader "cache-control", "private"
4. Response.AddHeader "pragma", "no-cache"
5. Adding a "cachebuster" by creating a unique URL.
|
Previous Message
Follow Up - Re: Caching - Charles Haven 12/4/1999 8:46:18 PM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|