I have simple strict HTML 4.01 forms which pass W3C Validation fine and have the following in the HEAD section of the form :
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="Tue, 18 Mar 1997 00:00:00 GMT">
<meta http-equiv="Cache-Control" content="no-cache">
Regardless of this I end up seeing cached data in firefox for the forms. I don't see how this could be an Apache issue given that it isn't the servers job to determine if a page may be cached or not. The browser should simply fetch the page as requested. Shouldn't it?