Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/12/2009, 11:39
IraErNooTa
 
Fecha de Ingreso: diciembre-2009
Mensajes: 5
Antigüedad: 15 años, 2 meses
Puntos: 0
Respuesta: problema en explorer

ya esta solucionado, el problema es de iexplorer en general, la solucion por si interesa a alguien:

la solucion consiste en poner esta linea antes de session_start()

Código PHP:
header('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM" '); 
quedando asi:

Código PHP:
<?
header
('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM" ');
session_start();
?>
para mas informacion sobre este problema podeis ir [URL="http://www.scyfox-site.com/2009/11/25/problemas-con-iexplorer-y-sesiones-php/"]AQUI[/URL]