Cookie Session Php

   session_start ();
   echo "Your session identification number is ".session_id();
?>