session_id() function : session_id « Cookie Session « PHP






session_id() function

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








Related examples in the same category

1.Starting or Resuming a Session
2.function session_id() returns the user's SID originally created by session_start().