PHP SID not showing
Posted
by coool
on Stack Overflow
See other posts from Stack Overflow
or by coool
Published on 2009-05-03T22:13:20Z
Indexed on
2010/05/15
0:14 UTC
Read the original article
Hit count: 261
php
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
© Stack Overflow or respective owner