
November 3rd, 2000, 03:56 AM
|
|
Contributing User
|
|
Join Date: May 2000
Location: Alkmaar, The Netherlands
Posts: 123
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
That's not all of it. You need to send the HTTP-header pragma:no-cache instead. Because there is caching on more locations than just the browser. In proxy servers for example, and even the webserver itself. When you use the META equivalent mentioned above you only tell the browser not to cache, and IE doesn't even listen to that.
Only thing is you need to have access to the webserver or use some serverside scripting language (like PHP) to send this header.
------------------
Good luck,
Bas
------------------
E-mail me at: b.vandermeijden@pecoma.nl
|