You need to be running CodeIgniter then to load a helper you do it like this in a controller like BaseController.
Once it is loaded you be able to use any of the standard session global's also.
PHP Code:
<?php helper('session'); ?>
Once it is loaded you be able to use any of the standard session global's also.
PHP Code:
$_SESSION superglobal
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )