in reply to Data Missing?
That'll set the document to expire in three days. You may want something different. :) Look at the docs for CGI.pm.print $query->header(-expires=>'+3d');
You could also look at the HTTP spec for the relevant headers. There's a Cache-Control header, specifically.
Finally, you could also try changing to a GET method if it's not too much trouble.
|
|---|