Welcome Guest, Not a member yet? Register   Sign In
codeigniter 3.1.9 session failure
#6

that methods seems not to work either, the thing is when i var dump my session right innthe requestpage controller i am able to get the results but cant be accessed in the other controllers.




thats my response when i var dump the following,

var_dump($_SESSION['customer_data1']);
var_dump($_SESSION['customer_data2']);
die();




array(12) { ["salutation"]=> string(2) "Dr" ["first_name"]=> string(9) "chimwemwe" ["last_name"]=> string(6) "moonga" ["id_type"]=> string(15) "drivers license" ["id_number"]=> string(2) "23" ["address"]=> string(11) "lusaka west" ["contact_number"]=> string(10) "0955203166" ["other_number"]=> string(10) "0950003968" ["email"]=> string(25) "[email protected]" ["service_id"]=> int(1) ["attachment"]=> string(5) "1.PNG" ["comment"]=> string(5) "hello" } array(7) { ["assigned_to"]=> string(6) "zamtel" ["assigned_by"]=> string(8) "customer" ["date_entered"]=> string(19) "2019-10-05 19:44:42" ["date_updated"]=> string(19) "2019-10-05 19:44:42" ["payment_type"]=> NULL ["receipt_number"]=> NULL ["comment"]=> string(5) "hello" }
Reply


Messages In This Thread
codeigniter 3.1.9 session failure - by chimwemwe - 10-04-2019, 11:03 PM
RE: codeigniter 3.1.9 session failure - by chimwemwe - 10-05-2019, 10:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB