|
 |
aspx thread: Expiring pages
Message #1 by Kapil <subscribaa@y...> on Fri, 16 Mar 2001 01:09:29 -0800 (PST)
|
|
Hi all,
I am writing an ASP+ application which requires
immidiate page expiration. I use the meta tag in each
html file with content="0" for immidiate page
expiration so that when the user goes back via the
back button on the browser, the previous page has
already expired. However this does not seem to work.
Am I doing something wrong or is there another way to
do the same trick?
Kapil
Message #2 by "Thompson Computing" <johnthom@b...> on Fri, 16 Mar 2001 19:33:43 +1000
|
|
hi K,
mebbe try <%response.expires=0 %>
only guessin
J
----- Original Message -----
From: Kapil <subscribaa@y...>
To: ASP+ <aspx@p...>
Sent: Friday, March 16, 2001 7:09 PM
Subject: [aspx] Expiring pages
> Hi all,
> I am writing an ASP+ application which requires
> immidiate page expiration. I use the meta tag in each
> html file with content="0" for immidiate page
> expiration so that when the user goes back via the
> back button on the browser, the previous page has
> already expired. However this does not seem to work.
>
> Am I doing something wrong or is there another way to
> do the same trick?
>
> Kapil
>
>
>
|
|
 |