Print all variables in a session in PHP November 2, 2022rdircio echo '<pre>'; print_r($_SESSION); echo '</pre>';