> echo session_is_registered("uname");
> echo session_name("uname");
>  ?>
> <a href="file2.php">click here to go to next page</a>

try here: 
<a href="file2.php?<?= sid;?>">click here to go to next page</a>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to