Isomerizer
08-07-2007, 07:06 PM
Didnt know if this should be in DBS support, But it could be used for many things, so i posted here..
On a script ive made, an user verification script, the image allways stays the same, in FF it doesnt and image destroy function does the trick..... and the cache isnt stored.
But in IE, the image is allways the same but it has different hidden values, so what the user types in will allways be wrong seeing as there seeing the wrong image.
Ive tried obvious things like...
header("Cache-control: no-cache");
header("Expires: " . gmdate("D, d M Y H:i:s") . " GMT");
Doesnt work in IE still :-(
Any idea what will stop cache all together on the page?
Thanks.
On a script ive made, an user verification script, the image allways stays the same, in FF it doesnt and image destroy function does the trick..... and the cache isnt stored.
But in IE, the image is allways the same but it has different hidden values, so what the user types in will allways be wrong seeing as there seeing the wrong image.
Ive tried obvious things like...
header("Cache-control: no-cache");
header("Expires: " . gmdate("D, d M Y H:i:s") . " GMT");
Doesnt work in IE still :-(
Any idea what will stop cache all together on the page?
Thanks.