When someone clicks on a button on my page, it goes to another page that does some parsing and then autosubmits a form. This takes them to a new page. This works fine, unless they click back. Then they get to the page that just autosubmits a form. The page says: 'warning: page has expired'. Then if they do refresh, it just autosubmits the form. To get back to where they really want to go, they would have to click back twice. So how can I get around this?