Is there an algorithm that would allow me to echo all values registered with the current session? Perhaps a way to index the $_SESSIOn superglobal?
Thanks.
print_r($_SESSION);