how to see what the php session variables are code example Example: php session variables <?php session_start(); $_SESSION['var']; ?>