Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/12/2010, 20:49
Rolldi
(Desactivado)
 
Fecha de Ingreso: mayo-2005
Ubicación: España
Mensajes: 471
Antigüedad: 19 años
Puntos: 45
Respuesta: Ajax no siempre funciona

He añadido:

Código PHP:
header("Cache-Control: no-cache, must-revalidate");
header"Pragma: no-cache" ); 
En todas las páginas php

y de paso
Código HTML:
Ver original
  1. <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
  2. <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">

Y sigue funcionando solo en los casos mencionados.