Hi, I cannot get my SID working ...
<?php
session_start();
// Or maybe pass along the session id, if needed
echo '<br /><a href="page2.php?' . SID . '">page 2</a>';?>
does not show up SID number but session_id is working not sure if I am missing something. THnks