Welcome Guest, Not a member yet? Register   Sign In
$session
#1

[eluser]GI-Joe[/eluser]
Can I use session created in one controller in another controller.

say in Controller A
Code:
$this->session->set_userdata('data','somedata');

Can I use it in another controller

Controller B

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


Messages In This Thread
$session - by El Forum - 06-08-2012, 09:56 AM
$session - by El Forum - 06-08-2012, 09:59 AM
$session - by El Forum - 06-08-2012, 10:01 AM
$session - by El Forum - 06-08-2012, 12:29 PM
$session - by El Forum - 06-08-2012, 01:05 PM
$session - by El Forum - 06-09-2012, 12:00 AM
$session - by El Forum - 06-09-2012, 12:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB