Can cache cleanup be avoided?

  • SigmaSquared
  • Novice
  • Novice
  • No Avatar
  • Joined: Jul 24, 2004
  • Posts: 23
  • Status: Offline

Post August 30th, 2004, 8:30 pm

Hi guys,

I've just updated my website with new graphics and everything, however, some of my users are experiencing problems with displaying the new content because they still have the one stuff in their cache. My question is, is there any way i can force their browsers to reload my page from scratch when they visit my site? If so, how do i do this. I'm a complete newbie when it comes to coding, so please, explain it to me like i'm a 2 year old. lol. Any help will be greatly appreciated!! Thanks!

Sigma
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 30th, 2004, 8:30 pm

  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post August 31st, 2004, 3:29 am

//moved
- dM
  • SigmaSquared
  • Novice
  • Novice
  • No Avatar
  • Joined: Jul 24, 2004
  • Posts: 23
  • Status: Offline

Post August 31st, 2004, 8:54 am

^^ Sorry, wasn't sure where i should be asking that question. But thanks for moving it in an appropriate forum. :)
  • MrSomeone
  • Novice
  • Novice
  • No Avatar
  • Joined: Aug 30, 2004
  • Posts: 27
  • Loc: Brooklyn, New York
  • Status: Offline

Post August 31st, 2004, 9:03 am

Code: [ Select ]
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
  1. <meta http-equiv="pragma" content="no-cache">
  2. <meta http-equiv="expires" content="-1">
  • SigmaSquared
  • Novice
  • Novice
  • No Avatar
  • Joined: Jul 24, 2004
  • Posts: 23
  • Status: Offline

Post August 31st, 2004, 9:25 pm

Thank you! Where exactly do i insert this code? Also, i'm using frames on my webpage (i know i know, very unprofessional), so do i need to insert it into all 3 of my startup frames? What about all the other pages?
  • ScienceOfSpock
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jul 06, 2004
  • Posts: 1890
  • Loc: Las Vegas
  • Status: Offline

Post September 1st, 2004, 12:44 am

between the <head> tags of any page you don't want cached.

Just a side note: Some proxies do not obey this directive, so you will most likely still have problems with some users. Unfortunately, about the only thing you can do about that is to tell them to use shift-refresh.

Post Information

  • Total Posts in this topic: 6 posts
  • Users browsing this forum: No registered users and 127 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.