Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/10/2008, 04:43
ikarush
 
Fecha de Ingreso: marzo-2005
Ubicación: Madrid
Mensajes: 233
Antigüedad: 19 años, 1 mes
Puntos: 5
Respuesta: actualizar archivo xml en IE

tb puedes usar las cabeceras de HTTP

Código:
header( "Expires: " . now() );
header( '"Last-Modified: " . now() . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");