Hi there,
Is it possible to pring all session variables and its values (if they have values set).
I know we can print a single session variable value by somthing like
echo "+++".$_SESSION['variable1']."+++";
but I was wondering if we can print all of them without specifying a particular variable.
Thanks!
Is it possible to pring all session variables and its values (if they have values set).
I know we can print a single session variable value by somthing like
echo "+++".$_SESSION['variable1']."+++";
but I was wondering if we can print all of them without specifying a particular variable.
Thanks!