dato che $_SESSION è un array puoi usare la funzione print_r:

print_r($_SESSION);

http://it.php.net/manual/it/function.print-r.php

ciao