I can\'t seem to get session data passed from my codeigniter application back to a script in my includes folder. From what I\'ve read on other answers, I need to set my
I found this access codeigniter session values from external files it may help what you after.
load->library('session'); //if it's not autoloaded in your CI setup echo $CI->session->userdata('name'); ?>