Welcome Guest, Not a member yet? Register   Sign In
get session data
#12

[eluser]videoinspector[/eluser]
videoinspector
[quote author="Atharva" date="1301070938"][quote author="Aspi" date="1301059187"]THX everybody help

i try $roles = $this->session->userdata('roles'); nothing happen
and i try $roles = $this->session->userdata('user_data'); nothing happen

if i try $roles = $this->session->userdata('session_id'); show session id

is very frustrating userdata('roles') don't return any information.

and another question is i must unserialize userdata('roles') ?

THX[/quote]

Just making sure, are you storing the data into session using set_userdata function?
Code:
$newdata = array(
                   'username'  => $data['username'],
                   'roles' => $data['roles'],
                   'logged_in' => TRUE
               );
$this->session->set_userdata($newdata);

@virtualgadjo , there is no function like 'newsdata'[/quote]

why is bug?


Messages In This Thread
get session data - by El Forum - 03-24-2011, 08:47 AM
get session data - by El Forum - 03-24-2011, 08:53 AM
get session data - by El Forum - 03-24-2011, 12:35 PM
get session data - by El Forum - 03-24-2011, 12:46 PM
get session data - by El Forum - 03-24-2011, 01:16 PM
get session data - by El Forum - 03-24-2011, 01:35 PM
get session data - by El Forum - 03-24-2011, 02:58 PM
get session data - by El Forum - 03-25-2011, 01:54 AM
get session data - by El Forum - 03-25-2011, 02:19 AM
get session data - by El Forum - 03-25-2011, 02:37 AM
get session data - by El Forum - 03-25-2011, 05:35 AM
get session data - by El Forum - 03-25-2011, 02:54 PM
get session data - by El Forum - 03-25-2011, 08:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB