|
-
Jul 17th, 2000, 12:41 PM
#1
Thread Starter
Hyperactive Member
I need a way to stop an ASP page from being cached so that it is processed by the server everytime the page is requested. I remember seeing a way to do this but I can't find it now. Any help will be appreciated. This is rather urgent becasue I think I'm supposed to be on site now instead of sitting at home looking at the code.
"People who think they know everything are a great annoyance to those of us who do."
-
Jul 17th, 2000, 01:10 PM
#2
Fanatic Member
-
Jul 17th, 2000, 01:16 PM
#3
Thread Starter
Hyperactive Member
Thanks, but my problem was with just IE caching the page, seemed to work ok in Netscape. Adding the following tag seems to have solved the problem:
<META http-equiv="expires" content="Sat, 1 Jan 2000 00:00:00 GMT">
"People who think they know everything are a great annoyance to those of us who do."
-
Jul 17th, 2000, 01:21 PM
#4
Fanatic Member
That's what I was trying to post in the HTML forum, then got something about an invalid thread.
<META http-equiv="Expires" content="Tue, 20 Aug 1996 14:25:27 GMT">
I believe you set the content to todays date and the current time.
Copied from W3C org.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|