Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/07/2012, 03:51
Avatar de cluster28
cluster28
 
Fecha de Ingreso: enero-2008
Ubicación: Donostia - San Sebastián
Mensajes: 756
Antigüedad: 17 años, 2 meses
Puntos: 32
Respuesta: Pagina que no deje rastro en cache

Yo decía esto:

WARNING:

In order to make Internet Explorer 6 (probably also 7) not to cache pages you should use only these headers:

Código PHP:
header("Cache-Control: no-cache"); 
header("Expires: -1"); 
Yo tampoco he salseado mucho el tema, pero vi eso y era por si te servía.