Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/08/2008, 20:19
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Respuesta: raro... session se pierde con window.location

Prueba pasar el SID:
Código PHP:
echo "<script language= \"JavaScript\">
alert('Mensaje');
window.location.href=\"dos.php\?" 
SID "
</script>"

Saludos.