Results 1 to 4 of 4

Thread: Stop page from caching

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    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."

  2. #2
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    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."

  4. #4
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    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.


    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width