|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
response.expires |
From: |
Harlan |
Date: |
3/15/1999 5:25:24 PM |
IP: |
206.222.20.2 |
I'm having some major problems with
response.expires and Response.ExpiresAbsolute
I can't seem to get it to work on one of
my pages. But on another it works fine.
here is how it looks on the page that works:
<%@ Language=VBScript %>
<% Response.Buffer = True %>
<% Response.ExpiresAbsolute = #12/12/1990# %>
<!--#include File="Includes/Functions.inc"-->
here is how it looks on the page that doesn't.
<%@ Language=VBScript %>
<% Response.Buffer = True %>
<% Response.ExpiresAbsolute = #12/12/1990# %>
<!--#include File="Includes/Functions.inc"-->
<%
I've also tried .expires = 0 and -1 and -5 and 1
and none of them seem to work. I think 1 may have worked, but one minute is way to long for me to wait for this to expire. I can't seem to figure it out, if anyone else can help me that would be great.
|
Follow Up - Re: response.expires - never mind - Harlan 3/15/1999 5:31:57 PM
|
|
|
|
|
|
|
|
|
|
|
|