
25/04/2007, 13:54
|
| | Fecha de Ingreso: octubre-2006
Mensajes: 79
Antigüedad: 18 años, 5 meses Puntos: 0 | |
Manejo De Sesiones HOLA A TODOS.ESPERO CONTAR UNA VEZ MAS CON SU VALIOSA AYUDA
PARTE DE MI CODIGO ES:
session_name();
session_start();
session_register("USER_ID");
session_encode();
$url="Location:login1.php?PHPSESSID=".$PHPSESSID;
header($url);
OBTENGO EL SIGUIENTE ERROR, Y NO SE PORQUE????
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\Servidor\WEB\CAJAWEB21\login.php:14) in C:\Servidor\WEB\CAJAWEB21\login.php on line 54
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Servidor\WEB\CAJAWEB21\login.php:14) in C:\Servidor\WEB\CAJAWEB21\login.php on line 54
Warning: Cannot modify header information - headers already sent by (output started at C:\Servidor\WEB\CAJAWEB21\login.php:14) in C:\Servidor\WEB\CAJAWEB21\login.php on line 58 |