Welcome Guest, Not a member yet? Register   Sign In
How to display all of CI sessions?
#1

[eluser]shinokada[/eluser]
I can display php session with print_r ($_SESSION); to check my php session.

I want to check CI session.

Is there any equivalent to print_r ($_SESSION); to display all the CI session?

Or do I have to specify?

Thanks in advance.
#2

[eluser]Shay Falador[/eluser]
print_r($this->session->userdata); would do that
#3

[eluser]shinokada[/eluser]
Thanks Shay.




Theme © iAndrew 2016 - Forum software by © MyBB