Which of the following is used to access session variables in PHP? code example Example: php session variables <?php session_start(); $_SESSION['var']; ?>