how do i get a value from inside a session array?
i just want the 'id'
$this->session->set ( 'auth-identity' , [ 'id' => $user->id , 'name' => $user->name , 'profile' => $user->profile->name , ] );
from the Vokuro authorization.
thanks.
how do i get a value from inside a session array?
i just want the 'id'
$this->session->set ( 'auth-identity' , [ 'id' => $user->id , 'name' => $user->name , 'profile' => $user->profile->name , ] );
from the Vokuro authorization.
thanks.