Welcome Guest, Not a member yet? Register   Sign In
Session help?
#1

[eluser]nguyenbatbinh[/eluser]
I don't know place session saved in codeigniter, when I used $this->session->set_userdata()

Ex:
$newdata = array(
'username' => 'johndoe',
'email' => '[email protected]',
'logged_in' => TRUE
);

$this->session->set_userdata($newdata);

Please help me!
#2

[eluser]Pascal Kriete[/eluser]
The user guide is quite clear on this - it's stored in a cookie. The next version will add the option to store it in the database. You can checkout the svn version if you need that feature right away.
#3

[eluser]nguyenbatbinh[/eluser]
Oh! I see... Thanks




Theme © iAndrew 2016 - Forum software by © MyBB