How do I fix the php ERR_CACHE_MISS?

Asked

Viewed 5,051 times

0

Whenever I click to return in the browser navigation appears the message to confirm the form resend and the error: ERR_CACHE_MISS.

How do I click to return to the previous page and do not ask for this confirmation?

I tried to put in the header:

<meta HTTP-EQUIV="Pragma" content="no-cache"> 
<meta HTTP-EQUIV="Expires" content="-1">

but it didn’t work, some hint?

  • Duplicata https://answall.com/q/64505/3635?

  • @Guilhermenascimento we will see if it reaches 265 this question tmb..;)

  • Magichat that? ...

  • @Guilhermenascimento https://answall.com/questions/64505/confirmareenvio-do-formulário-err-cache-miss-ao-voltar-para-página-anterior#comments-64505 x)

  • Still meaningless :/

  • Xesuis... Click on the link to see a question with 261 up votes, "let’s see if it reaches 265 this question tmb.. ;) " @Guilhermenascimento

  • 1

    No, you do not understand, Soen is a site and Sopt is another, in no time I put in evidence the link to the Soen, just said that there is already a question in the OSpt on the subject, or be duplicate, does not agree?

Show 3 more comments

1 answer

2

This has no relation to PHP. It is the default behavior of the browser.

When a page submits data by the POST method, this data needs to be submitted again by going back to navigation. If the submission is canceled, the browser displays messages like this one below:

inserir a descrição da imagem aqui

Chrome browser.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.