Retrieve all Userdata from CodeIgniter's Session library
31st March 2010
This is undocumented as far as I can tell, but to retrieve an array of all Userdata stored in a Session you can use:
$this->session->all_userdata()
Tagged: PHP and CodeIgniter
Comments and corrections to @edvanbeinum