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]