I set a session
variable inside a controller :
$this->session->set("navig_param",$livc_code);
Now I want to test if that session variable is not empty inside a php file outside of the Controller domain, Model domain and View domain. In fact this file is in a particular folder named lib at the same level as controllers, models and views. So how to test the session variable in this php file ?