Tema
:
Objetos en $_SESSION
Ver Mensaje Individual
#
4
(
permalink
)
21/05/2007, 20:41
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: Objetos en $_SESSION
Estas incluyendo la definicion de tu carro ANTES de iniciar la sesion?
Código PHP:
include(
"/path/to/carrito.php"
);
session_start
();
$_SESSION
[
"carro"
]->
algo
();
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV