Sesiones en php
Hola, me interesa manejar sesiones pero, no se que cambios deba hacerle al archivo php.ini (aclaro es php en windows), cuando trato de iniciar una sesión me salen estos warning:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:miwebusuariosp1.php:9) in C:miwebusuariosp1.php on line 10
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:miwebusuariosp1.php:9) in C:miwebusuariosp1.php on line 10
Y no se como quitarlos.
Gracias
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:miwebusuariosp1.php:9) in C:miwebusuariosp1.php on line 10
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:miwebusuariosp1.php:9) in C:miwebusuariosp1.php on line 10
Y no se como quitarlos.
Gracias
1 respuesta
Respuesta de Jorge Vila
1