Hello...
I am trying to print all the session variables in the $_session array. However, I can't seem to do that unless I give explicite variables names?
Is there any way I can just use an index counter to access all the variables in that $_session array?
If not, does anyone have any suggestions on how I can currently see which variables are registered as session variables?
Thank you...