what is session in php in simple words code example Example: $_SESSION php example <?php session_start(); echo session_id(); ?>