Welcome Guest, Not a member yet? Register   Sign In
problems with $_SESSION
#2

[eluser]gigas10[/eluser]
Did you declare session_start() in the constructor of your controller class just after the parent::Controller() line?
Code:
function __construct(){
    parent::Controller();
    session_start();
    $this->load->model('my_model');
}


Messages In This Thread
problems with $_SESSION - by El Forum - 01-09-2010, 12:45 PM
problems with $_SESSION - by El Forum - 01-09-2010, 12:55 PM
problems with $_SESSION - by El Forum - 01-09-2010, 01:01 PM
problems with $_SESSION - by El Forum - 01-09-2010, 01:07 PM
problems with $_SESSION - by El Forum - 01-09-2010, 01:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB