Welcome Guest, Not a member yet? Register   Sign In
session in 3.0.3 not saving userdata
#2

I've test, but it okay ??

$this->load->library('session');
$this->session->set_userdata(array('email'=>'[email protected]', 'is_login'=>1));
$session = $this->session->userdata();
var_dump($session);

array(3) { ["__ci_last_regenerate"]=> int(1448684634) ["email"]=> string(17) "[email protected]" ["is_login"]=> int(1) }
Reply


Messages In This Thread
session in 3.0.3 not saving userdata - by zuboje - 11-27-2015, 03:57 PM
RE: session in 3.0.3 not saving userdata - by wintin - 11-27-2015, 09:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB