Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

79
Visualizações
Updating Cookie from Form Post

FileOne.php is housing a <form> posting to FileTwo.php, which has roughly a 20s loading time.

FileOne.php is setting a cookie, setCookie('currentStep', 0), and I need FileTwo.php to update the cookie every time its own function updateStep() is called. The function and cookie are executing and updating correctly, but even if call the function immediately after the initial <?php at the top of my file, it still takes the full 20s for my cookie to update in the client.

FileTwo.php - Function

function updateStep() {
  setcookie("currentStep", ++$_COOKIE['currentStep']);
}

I've tried using ob_start() and ob_flush() to force a JavaScript cookie update to the client, but it's also taking the full 20s.

FileTwo.php - Alternative Attempt

<?php
  ob_start();
  echo "<script>document.cookie = 'currentStep=" . ++$_COOKIE['currentStep']) . "'<script>";
  ob_flush();

What I'm attempting to do is dynamically update a progress bar using the cookie as a marker for steps. I did find potential alternatives, but I'd still like to know if there's a way to update my cookie from FileTwo.php while it's being executed from the <form> post.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda