Hi!
I've got this problem (like many i assume) with the back button. When for instance, a user adds an item to the shopping cart, en sees the result of that by displaying a table, pressing the back button gets the user this:
Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh button.
Two different people told me this:
1 use this: header("Cache-Control: Private");
2 use this: header("Cache-Control: Public");
None of which seem to work.
Can anyone help me out?
Thnx
Fisherman