My problem is that the back button causes the browser to say something like "Page expired" when the previous page was created by a form.
Example:
- page1: form submitted with search criterias ($_POST request, form points to page2)
- page2: Receives $_POST request and show result (list of user with links, points to page3)
- page3: Show user profile
Now when the visitor clicks the back button in the browser it will show something like "Page expired".
Instead the previous page should be shown with no warnings (page2, with the userlist)
How are your strategies to get around this behavior?