Re: Deployed Support
From: Mike Mueller (MikeMueller_at_ecinet.net.net)
Date: 03/09/05
- Next message: Kevin Spencer: "Re: Query"
- Previous message: Coach: "Unable to create a disked based web because its parent web would not be a disked based web"
- In reply to: geretzme1: "Deployed Support"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Mar 2005 08:47:32 -0600
Semper Fi
The first 2 lines below tell the browser not to cache the
page.
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
You can also add in ONE of the next 2 lines. The 0 setting
says to the browser to check for mods all of the time. The
second line allows for a specific time, and it must be in
that format and the timezone must be GMT
<meta http-equiv="expires" content="0">
<meta http-equiv="expires" content="Mon, 22 Jul 2002
11:12:01 GMT">
geretzme1 wrote:
: Hey Im a marine with MSSG31. We push out updates for our
: website but the thing is, when you open the updated
: website, it will bring up cached files. And you have to
: clear your temporary files then refresh in order for the
: webpage to load. Now I know that you have to clear your
: temporary internet files and hit refresh, but the common
: marine mom does not. So she just look at the page and
: thinks its not updated. I was curious if there is some
: kind of code you add to the script or some way to stop
: the website from displaying the the old files. Any help
: would be greatly appreciated.
:
: Respectfully
: Lcpl Martin E Geretz
- Next message: Kevin Spencer: "Re: Query"
- Previous message: Coach: "Unable to create a disked based web because its parent web would not be a disked based web"
- In reply to: geretzme1: "Deployed Support"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|