473,407 Members | 2,629 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

No-Cache in IE?

Here's my problem:
One section of my site allows my client to edit images (move above or below one another etc.). The code is all ok there. Only, my clients often use IE, and the changes they made don't always appear. I'm pretty sure this is a cache issue... everything runs fine in firefox, but IE is giving me some trouble. Right now I have this code at the top of my script:
Expand|Select|Wrap|Line Numbers
  1. <?
  2. header ("Pragma: no-cache");
  3. header ("Cache-Control: no-cache, must-revalidate, max_age=1");
  4. header ("Expires: Sun, 16 Sept 1990 01:20:30 GMT");
  5. ?> 
and this line before the end of the head section:
Expand|Select|Wrap|Line Numbers
  1. <META HTTP-EQUIV="Expires" CONTENT="0" />
Neither seems to be working in IE. It is a rather annoying issue because my clients tend to send several emails informing me of "tech issues" when there really is no problem besides the cache... any solutions?
thanks in advance,
- tm -
Jun 20 '07 #1
2 1719
pbmods
5,821 Expert 4TB
Heya, trvmcnevan. Welcome to TSDN!

There's a fantastic article on understanding and controlling web caches here.

Not sure if it contains exactly what you are looking for, as it focuses more on general principles rather than, "How do I make it work in this browser?", but maybe there's something new in there that you can try.
Jun 20 '07 #2
Heya, trvmcnevan. Welcome to TSDN!

There's a fantastic article on understanding and controlling web caches here.

Not sure if it contains exactly what you are looking for, as it focuses more on general principles rather than, "How do I make it work in this browser?", but maybe there's something new in there that you can try.
thanks for the response...
didn't exactly find what I needed there, but decided to get around my cache issues by throwing random numbers in the pic urls.
Jun 20 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: banaticus | last post by:
What does this error message mean? What can I do to fix it? Here'e the command that I just tried running, and the messages that I received. I just barely unpacked python. linux:/Python-2.4 #...
2
by: asdf | last post by:
Hello, I was enjoying working in VS for half a year without any problems and now I cannot debug anymore. Without any really reason my Studio tells me that the page that I want to debug has - No...
9
by: Colin McGuire | last post by:
Hi, I have an report in Microsoft Access and it displays everything in the table. One column called "DECISION" in the table has either 1,2, or 3 in it. On my report it displays 1, 2, or 3. I want...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
0
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
59
by: Lennart Björk | last post by:
Hi All, I have a tiny program: <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>MyTitle</title> <meta...
3
by: Rahul B | last post by:
Hi, I have a user UCLDEV1 which is a part of staff and a group(db2schemagrp1) to which i have not given any permissions. The authorizations of that user are shown as db2 =get authorizations...
0
natalie99
by: natalie99 | last post by:
Hey people! Being so lacking in access knowhow I have turned to good old 'asking the smart people' again! I need to create a query or lookup table (although I have had zero success with lookups...
2
Parul Bagadia
by: Parul Bagadia | last post by:
I have written a code for deleting certain value from linklist; it's not working; where as i have written one for deleting a no., after given no. which works fine! I even debugged it; but invain;...
1
by: sora | last post by:
Hi, I've developed a MFC program under VS 6.0. My debugger *was* working fine and I've used it often for my project. Then, one day, the errors below appear and they prevent me from using the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.