PHP sessions are used to send user data from one page to another.
To start a session in
<?php
session_start();
?>