¿Que navegador estas usando? ¿De casualidad visitas otra pagina sin cerrar la ventana y vuelves a la pagina y te sale la información?
Ultimo intento conmigo trata de usar el codigo que te di pero usando tambien esto antes
Código PHP:
Ver originalheader("Expires: Fri, 09 Mar 2001 10:17:17 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 $numero_aleatorio = rand(100); header("Location:editar_indicador.php?id=$id&token=$numero_aleatorio");