PC Review


Reply
Thread Tools Rate Thread

Cache Control

 
 
Simon Wigzell
Guest
Posts: n/a
 
      3rd Feb 2004
I have some server side database display code in a webpage. I would like the
definitive answer to the question : How do I ensure that the latest version
of the page is always displayed? I'm using this in the <head></head> area ::

<meta HTTP-EQUIV="Expires" CONTENT="0">

The intent is that every time the page is loaded of refreshed the browser
will check if there is a newer version on the server. It doesn't work. In
frustation I've removed every file from the directory in question and STILL
it is displaying an old cached version. You'd think it would be the simple
and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST VERSION OF
MY WEBPAGE!". What more can I do?

Thanks!


 
Reply With Quote
 
 
 
 
Jim Cheshire
Guest
Posts: n/a
 
      3rd Feb 2004
Simon,

Several tags have to be added for this to work in the majority of cases.

Paul Colligan has a very nice tool for controlling these Meta tags on his
Web site. Here's the URL:

http://www.frontpageworld.com/cmd.as...epowermeta.htm



I'm not sure what version of FrontPage you're using, but as far as I know,
this is the only Meta tag tool that will work without problems on FrontPage
2003.


--
Jim Cheshire
Jimco
http://www.jimcoaddins.com
================================
Author of Special Edition
Using Microsoft Office FrontPage 2003
5 Stars on Amazon and B&N
================================




"Simon Wigzell" <(E-Mail Removed)> wrote in message
news:foETb.380183$JQ1.95090@pd7tw1no...
> I have some server side database display code in a webpage. I would like

the
> definitive answer to the question : How do I ensure that the latest

version
> of the page is always displayed? I'm using this in the <head></head> area

::
>
> <meta HTTP-EQUIV="Expires" CONTENT="0">
>
> The intent is that every time the page is loaded of refreshed the browser
> will check if there is a newer version on the server. It doesn't work. In
> frustation I've removed every file from the directory in question and

STILL
> it is displaying an old cached version. You'd think it would be the simple
> and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST VERSION

OF
> MY WEBPAGE!". What more can I do?
>
> Thanks!
>
>



 
Reply With Quote
 
MD WebsUnlimited.com
Guest
Posts: n/a
 
      3rd Feb 2004
Hi Simon,

Take a look at Meta Tag Maker under the Page Control tab.

http://www.websunlimited.com/order/P...2_help_dir.htm

We are running a special offer on MTM this month. Use the Promo code MTMFEB
and get it for $20.

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Need to add Meta Tags to your web pages NOW with Google Bot controls.
http://www.websunlimited.com/order/P...2_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible


"Simon Wigzell" <(E-Mail Removed)> wrote in message
news:foETb.380183$JQ1.95090@pd7tw1no...
> I have some server side database display code in a webpage. I would like

the
> definitive answer to the question : How do I ensure that the latest

version
> of the page is always displayed? I'm using this in the <head></head> area

::
>
> <meta HTTP-EQUIV="Expires" CONTENT="0">
>
> The intent is that every time the page is loaded of refreshed the browser
> will check if there is a newer version on the server. It doesn't work. In
> frustation I've removed every file from the directory in question and

STILL
> it is displaying an old cached version. You'd think it would be the simple
> and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST VERSION

OF
> MY WEBPAGE!". What more can I do?
>
> Thanks!
>
>



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      3rd Feb 2004
Try adding
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="Nocache">

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Simon Wigzell" <(E-Mail Removed)> wrote in message news:foETb.380183$JQ1.95090@pd7tw1no...
| I have some server side database display code in a webpage. I would like the
| definitive answer to the question : How do I ensure that the latest version
| of the page is always displayed? I'm using this in the <head></head> area ::
|
| <meta HTTP-EQUIV="Expires" CONTENT="0">
|
| The intent is that every time the page is loaded of refreshed the browser
| will check if there is a newer version on the server. It doesn't work. In
| frustation I've removed every file from the directory in question and STILL
| it is displaying an old cached version. You'd think it would be the simple
| and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST VERSION OF
| MY WEBPAGE!". What more can I do?
|
| Thanks!
|
|


 
Reply With Quote
 
Simon Wigzell
Guest
Posts: n/a
 
      4th Feb 2004

"Stefan B Rusynko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Try adding
> <meta http-equiv="Expires" content="0">
> <meta http-equiv="Pragma" content="Nocache">
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "Simon Wigzell" <(E-Mail Removed)> wrote in message

news:foETb.380183$JQ1.95090@pd7tw1no...
> | I have some server side database display code in a webpage. I would like

the
> | definitive answer to the question : How do I ensure that the latest

version
> | of the page is always displayed? I'm using this in the <head></head>

area ::
> |
> | <meta HTTP-EQUIV="Expires" CONTENT="0">
> |
> | The intent is that every time the page is loaded of refreshed the

browser
> | will check if there is a newer version on the server. It doesn't work.

In
> | frustation I've removed every file from the directory in question and

STILL
> | it is displaying an old cached version. You'd think it would be the

simple
> | and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST

VERSION OF
> | MY WEBPAGE!". What more can I do?
> |
> | Thanks!
> |
> |
>
>

Thanks Jim, I'll check that out.
No thanks MDWebsUnlimited, you shouldn't be selling stuff here. I just need
some advice so that I can do it for myself.
Stefan - wouldn't this :
<meta http-equiv="Pragma" content="Nocache">
mean that the cache is never used? That would be overkill, I Want it say -
"go ahead and cache it, just check back to see if there is a more recent
version before you use the cache!


 
Reply With Quote
 
Simon Wigzell
Guest
Posts: n/a
 
      4th Feb 2004

"Stefan B Rusynko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Try adding
> <meta http-equiv="Expires" content="0">
> <meta http-equiv="Pragma" content="Nocache">
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "Simon Wigzell" <(E-Mail Removed)> wrote in message

news:foETb.380183$JQ1.95090@pd7tw1no...
> | I have some server side database display code in a webpage. I would like

the
> | definitive answer to the question : How do I ensure that the latest

version
> | of the page is always displayed? I'm using this in the <head></head>

area ::
> |
> | <meta HTTP-EQUIV="Expires" CONTENT="0">
> |
> | The intent is that every time the page is loaded of refreshed the

browser
> | will check if there is a newer version on the server. It doesn't work.

In
> | frustation I've removed every file from the directory in question and

STILL
> | it is displaying an old cached version. You'd think it would be the

simple
> | and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST

VERSION OF
> | MY WEBPAGE!". What more can I do?
> |
> | Thanks!
> |
> |
>
>

err...no thanks Jim, you are trying to sell me something too? What is the
world coming to? Penis Patches and spam everywhere and a fascist in the
Whitehouse and news groups I've been using for years are now full of
spammers...can we go back to a world where something other than money and
the size of your penis matter????


 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      4th Feb 2004
Simon,

See:

http://www.mnot.net/cache_docs/

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Simon Wigzell" <(E-Mail Removed)> wrote in message
news:WkXTb.396366$X%5.261194@pd7tw2no...
>
> "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Try adding
> > <meta http-equiv="Expires" content="0">
> > <meta http-equiv="Pragma" content="Nocache">
> >
> > --
> >
> > _____________________________________________
> > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> > "Warning - Using the F1 Key will not break anything!" (-;
> > To find the best Newsgroup for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> > _____________________________________________
> >
> >
> > "Simon Wigzell" <(E-Mail Removed)> wrote in message

> news:foETb.380183$JQ1.95090@pd7tw1no...
> > | I have some server side database display code in a webpage. I would

like
> the
> > | definitive answer to the question : How do I ensure that the latest

> version
> > | of the page is always displayed? I'm using this in the <head></head>

> area ::
> > |
> > | <meta HTTP-EQUIV="Expires" CONTENT="0">
> > |
> > | The intent is that every time the page is loaded of refreshed the

> browser
> > | will check if there is a newer version on the server. It doesn't work.

> In
> > | frustation I've removed every file from the directory in question and

> STILL
> > | it is displaying an old cached version. You'd think it would be the

> simple
> > | and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST

> VERSION OF
> > | MY WEBPAGE!". What more can I do?
> > |
> > | Thanks!
> > |
> > |
> >
> >

> Thanks Jim, I'll check that out.
> No thanks MDWebsUnlimited, you shouldn't be selling stuff here. I just

need
> some advice so that I can do it for myself.
> Stefan - wouldn't this :
> <meta http-equiv="Pragma" content="Nocache">
> mean that the cache is never used? That would be overkill, I Want it say -
> "go ahead and cache it, just check back to see if there is a more recent
> version before you use the cache!
>
>



 
Reply With Quote
 
MD WebsUnlimited.com
Guest
Posts: n/a
 
      4th Feb 2004
Simon,

Jim's Meta Power is a retail product ;>)

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Need to add Meta Tags to your web pages NOW with Google Bot controls.
http://www.websunlimited.com/order/P...2_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible


"Simon Wigzell" <(E-Mail Removed)> wrote in message
news:WkXTb.396366$X%5.261194@pd7tw2no...
>
> "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Try adding
> > <meta http-equiv="Expires" content="0">
> > <meta http-equiv="Pragma" content="Nocache">
> >
> > --
> >
> > _____________________________________________
> > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> > "Warning - Using the F1 Key will not break anything!" (-;
> > To find the best Newsgroup for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> > _____________________________________________
> >
> >
> > "Simon Wigzell" <(E-Mail Removed)> wrote in message

> news:foETb.380183$JQ1.95090@pd7tw1no...
> > | I have some server side database display code in a webpage. I would

like
> the
> > | definitive answer to the question : How do I ensure that the latest

> version
> > | of the page is always displayed? I'm using this in the <head></head>

> area ::
> > |
> > | <meta HTTP-EQUIV="Expires" CONTENT="0">
> > |
> > | The intent is that every time the page is loaded of refreshed the

> browser
> > | will check if there is a newer version on the server. It doesn't work.

> In
> > | frustation I've removed every file from the directory in question and

> STILL
> > | it is displaying an old cached version. You'd think it would be the

> simple
> > | and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST

> VERSION OF
> > | MY WEBPAGE!". What more can I do?
> > |
> > | Thanks!
> > |
> > |
> >
> >

> Thanks Jim, I'll check that out.
> No thanks MDWebsUnlimited, you shouldn't be selling stuff here. I just

need
> some advice so that I can do it for myself.
> Stefan - wouldn't this :
> <meta http-equiv="Pragma" content="Nocache">
> mean that the cache is never used? That would be overkill, I Want it say -
> "go ahead and cache it, just check back to see if there is a more recent
> version before you use the cache!
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Control the cache of chm inbal2@yahoo.com Windows XP General 0 23rd Nov 2006 06:47 PM
No cache control =?Utf-8?B?YWxleA==?= Microsoft Frontpage 3 5th Nov 2004 09:05 PM
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> not working mohan Windows XP Internet Explorer 1 28th Jan 2004 02:46 PM
View source while using Cache-Control: no-cache in frames Yaron Cohen Windows XP Internet Explorer 0 19th Nov 2003 10:03 AM
View source while using Cache-Control: no-cache in frames Yaron Cohen Windows XP Internet Explorer 0 19th Nov 2003 10:03 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:09 PM.