Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page always from cache

Status
Not open for further replies.

Serban

Programmer
Sep 25, 2001
36
RO
Hi!

The radio button for "Check for newer versions of stored pages" is set on "Every visit to the page"
In these conditions is possible a page to be loaded ALWAYS from cache???(some options in html)

Thanks
 
well usually people wnat to prevent caching so this is just a guess on my behalf im afraid.

You can use meta tags like this to prevent caching

<META HTTP-EQUIV=&quot;Expires&quot;
CONTENT=&quot;Sun, Apr 1 2001 13:00:00 GMT&quot;>

<META HTTP-EQUIV=&quot;Pragma&quot; CONTENT=&quot;no-cache&quot;>

they effectively spoof http header information but dont always work! for more information check out


i dontknow but maybe something like

<META HTTP-EQUIV=&quot;Pragma&quot; CONTENT=&quot;cache&quot;>

may work. but its just a guess!!

good luck

rob
 
Hi all,

I dont think its possible to ALWAYS load a page from the cache. You dont have to look at the meta tag PRAGMA because
it is by default set to cache and it still loads from the
website, so thats no help at all :). Expires wont help you
either it is just to tell the browser when it cannot use a
page anymore.

I dont think there is anyway to do this, sorry

BobbaFet Everyone has a right to my opinion.
E-mail me at cwcon@programmer.net
Be a nice guy 'n press that little ol' button
VVV---(this one) for me ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top