Without having to call each session variable by name, is there a way to display the content of all the session variables currently set?
this worked for me:-
' . print_r($_SESSION, TRUE) . ''; ?>
thanks for sharing code...
Array
(
[__ci_last_regenerate] => 1490879962
[user_id] => 3
[designation_name] => Admin
[region_name] => admin
[territory_name] => admin
[designation_id] => 2
[region_id] => 1
[territory_id] => 1
[employee_user_id] => mosin11
)