Without having to call each session variable by name, is there a way to display the content of all the session variables currently set?
You could use the following code.
print_r($_SESSION);