Welcome Guest, Not a member yet? Register   Sign In
Session between controllers
#3

[eluser]ping timeout[/eluser]
I've changed my code:
Code:
//$username = array('username' => set_value('username'), 'logged_in' => TRUE);        
            //$this->session->set_userdata($username);
            $this->session->set_userdata('username',set_value('username'));
            $this->session->set_userdata('logged_in',TRUE);
            echo $this->session->set_userdata('username');
            //$this->load->view('personal');          
        }
And it just shows a blank page.
And if I let this:
Code:
//echo $this->session->set_userdata('username');
            $this->load->view('personal');
It shows the Hello $username message and anchor.
I've tested with:
Code:
echo $this->session->set_userdata('username');
            $this->load->view('personal');
And the message is just Hello, no $username or anchor.


Messages In This Thread
Session between controllers - by El Forum - 11-01-2009, 02:01 PM
Session between controllers - by El Forum - 11-01-2009, 02:18 PM
Session between controllers - by El Forum - 11-01-2009, 02:46 PM
Session between controllers - by El Forum - 11-01-2009, 02:51 PM
Session between controllers - by El Forum - 11-01-2009, 02:54 PM
Session between controllers - by El Forum - 11-01-2009, 03:11 PM
Session between controllers - by El Forum - 11-01-2009, 03:24 PM
Session between controllers - by El Forum - 11-01-2009, 07:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB