View All Sessions
Posted: Sat Feb 14, 2004 4:28 pm
Is it possible to view all the current session variables?
In the same way you can view the contents of a variable by using:
[syntax=php]echo '<pre>'; print_r($myVar); echo '</pre>';[/syntax]
I would like to do the same but be able to view the session variables?
In the same way you can view the contents of a variable by using:
[syntax=php]echo '<pre>'; print_r($myVar); echo '</pre>';[/syntax]
I would like to do the same but be able to view the session variables?