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

[eluser]medvind[/eluser]
Hello!
I'm trying to understand the session class.

I have multiple controllers that will write to and read from the session cookie. Let's say we've got Controller A and Controller B.

Now, when Controller A does this:
Code:
$userdata['test'] = "hello";
$this->session->set_userdata($userdata);

And Controller B does this:
Code:
echo $this->session->userdata('test');

I expect to get a "hello". Instead there is nothing. The user data is gone. I must have misunderstood something here, but what?
#2

[eluser]medvind[/eluser]
Never mind this. It was all because of my customized routing. I thought I was looking at Controller B when it was another one altogether...




Theme © iAndrew 2016 - Forum software by © MyBB