When a user hits the back button to return to a form(ex: to fix an input error), how can you cache the field values in IE 5.5, so that the user doesnt have to retype everything?
For IE 6 this works:
header("Cache-control: private");
However it has no effect on IE 5.5
Thanks.