Welcome Guest, Not a member yet? Register   Sign In
load Session in same file controller failed
#3

[eluser]Rosiadi[/eluser]
Ok, I'm already replace that and set again the session.

Code:
......
$this->session->set_userdata('data',$data);
$this->load->view('test', $data);
}

I'm already load the session and put into public variable $data

Code:
$this->data = $this->session->userdata('data');

but there still no data in $this->data

can you teach me more??


Messages In This Thread
load Session in same file controller failed - by El Forum - 08-23-2012, 12:26 PM
load Session in same file controller failed - by El Forum - 08-23-2012, 12:51 PM
load Session in same file controller failed - by El Forum - 08-23-2012, 01:17 PM
load Session in same file controller failed - by El Forum - 08-23-2012, 01:35 PM
load Session in same file controller failed - by El Forum - 08-23-2012, 01:41 PM
load Session in same file controller failed - by El Forum - 08-23-2012, 01:43 PM
load Session in same file controller failed - by El Forum - 08-23-2012, 01:50 PM
load Session in same file controller failed - by El Forum - 08-23-2012, 02:21 PM
load Session in same file controller failed - by El Forum - 08-23-2012, 05:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB