Cookie Session Php

session_start();
?>


Starting or Resuming a Session


print "

Welcome, your session ID is ".session_id()."

\n\n";
?>