Welcome Guest, Not a member yet? Register   Sign In
Session question
#1

[eluser]tim1965[/eluser]
Hi

Is there an equivalent to var_dump that i can run that would allow me to dump all of my session data out to check it ?
I am using the DB to store it in
#2

[eluser]got 2 doodle[/eluser]
Code:
<?php print_r ($this->session->all_userdata() ); ?>

Is that what you are looking for?

In CodeExtinguisher

Code:
<?php print_r ($this->codexsession->all_userdata() ); ?>

doodle




Theme © iAndrew 2016 - Forum software by © MyBB