Welcome Guest, Not a member yet? Register   Sign In
Session not working in some pages
#2

[eluser]MRosenello[/eluser]
Did you make sure you loaded the session library in the controller for that page? I believe that this has to be loaded on every controller you intend to use the session. Or I believe you can load it by default for everything.

Code:
public function __construct()
{
  parent::__construct();
  $this->load->library('session');
}


Messages In This Thread
Session not working in some pages - by El Forum - 06-20-2012, 06:27 AM
Session not working in some pages - by El Forum - 06-20-2012, 06:33 AM
Session not working in some pages - by El Forum - 06-20-2012, 06:36 AM
Session not working in some pages - by El Forum - 06-20-2012, 07:33 PM
Session not working in some pages - by El Forum - 06-20-2012, 10:14 PM
Session not working in some pages - by El Forum - 06-20-2012, 10:40 PM
Session not working in some pages - by El Forum - 06-21-2012, 01:34 PM
Session not working in some pages - by El Forum - 06-21-2012, 10:10 PM
Session not working in some pages - by El Forum - 06-21-2012, 10:12 PM
Session not working in some pages - by El Forum - 06-21-2012, 10:16 PM
Session not working in some pages - by El Forum - 06-21-2012, 11:49 PM
Session not working in some pages - by El Forum - 06-22-2012, 03:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB