Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/04/2004, 17:04
Macro32
 
Fecha de Ingreso: noviembre-2002
Ubicación: LIMA
Mensajes: 652
Antigüedad: 21 años, 5 meses
Puntos: 1
error al iniciar session

hola, mi codigo es el siguiente:

<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<?php
session_start();
?>
</body>
</html>

el navegador me tira el error:
Warning: Cannot send session cookie - headers already sent by (output started at c:\miswebs\pruebas\default2.php:8) in c:\miswebs\pruebas\default2.php on line 9

Warning: Cannot send session cache limiter - headers already sent (output started at c:\miswebs\pruebas\default2.php:8) in c:\miswebs\pruebas\default2.php on line 9

Warning: open(/tmp\sess_35e3a15a755312b303b64c82887a5841, O_RDWR) failed: No such file or directory (2) in c:\miswebs\pruebas\default2.php on line 9

Warning: open(/tmp\sess_35e3a15a755312b303b64c82887a5841, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0<br


ACLARO Q EN EL PHP.INI TENGO


session.save_path = c:/apache/tmp

y el directorio existe (me vino con la instalacion). Alguien me podria informar si falta algo mas en la configuración?. Gracias.