Ver Mensaje Individual
  #5 (permalink)  
Antiguo 08/11/2014, 23:46
sam03
 
Fecha de Ingreso: febrero-2014
Mensajes: 69
Antigüedad: 10 años, 2 meses
Puntos: 0
Respuesta: header no funciona

esto es el iniciarSesion()

Código PHP:
public function iniciarSesion()
    {
        
session_start();

        
$_SESSION['usuario'] =$this->CARNET;
        
$_SESSION['idrol']   =$this->IDROL;
    }