All of a sudden several of our browsers, (IE 8), have begun showing this error message when the Back button is clicked. Not all of them have, though. All of the browsers are concurrently navigating a test copy of a site I'm working on.
The first page of the site requests user input. Upon validation, a panel opens to display information - plus buttons and links that lead to other pages on the site. Clicking the Back button from any of those pages may lead to this message.
It's imperative that the user be able to return to this "front page".
Part of the error message says that "the website requires that you download it again." All I really need it to do is to redisplay the same page. Is there a way I can force it to do that?
One bit of information I found mentioned a "cache-control" directive, but it's not in use anywhere on this site.
The first page of the site requests user input. Upon validation, a panel opens to display information - plus buttons and links that lead to other pages on the site. Clicking the Back button from any of those pages may lead to this message.
It's imperative that the user be able to return to this "front page".
Part of the error message says that "the website requires that you download it again." All I really need it to do is to redisplay the same page. Is there a way I can force it to do that?
One bit of information I found mentioned a "cache-control" directive, but it's not in use anywhere on this site.