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

hi i'm using ci-version 3.19 and i am having problem in session . 

sceneraio:

i have loaded session libraray in config folder and  controller.

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


problem: after initialising session in one controller i am n't able use the session id for another controller and  nor i am able to use it in different page.
Reply


Messages In This Thread
session problem - by bibash bagh - 12-04-2018, 05:40 AM
RE: session problem - by php_rocs - 12-04-2018, 07:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB