aliashippysmom
Programmer
Hi! I have a coldfusion form. When the user hits submit, I expire the original FORM page so the back button won't work. In IE this works as I wish. A message is displayed that the page has expired. In Firefox, it does not work, the page is loaded. How can you expire a page for Firefox?
Here's what I have at the top of my ColdFusion pages:
<cfheader NAME="Expires" VALUE="Mon, 06 Jan 1990 00:00:01 GMT">
<cfheader NAME="Pragma" VALUE="no-cache">
<cfheader NAME="cache-control" VALUE="no-cache">
Thanks!
Here's what I have at the top of my ColdFusion pages:
<cfheader NAME="Expires" VALUE="Mon, 06 Jan 1990 00:00:01 GMT">
<cfheader NAME="Pragma" VALUE="no-cache">
<cfheader NAME="cache-control" VALUE="no-cache">
Thanks!