Whenever I click on return in the navigation of the browser appears the message to confirm the return of the form and the error: ERR_CACHE_MISS.
How do I click to return to the previous page and not ask for this confirmation?
I've tried to put in header
:
<meta HTTP-EQUIV="Pragma" content="no-cache">
<meta HTTP-EQUIV="Expires" content="-1">
But it did not work, any tips?