okay I just wanted run the sample from php.net, after clicking on the link
the Location on the browser shows everything but the SID
... is there another way to pass sessions through the URL manually
<?php
session_register ("count");
$count++;
?>
Hello visitor, you have seen this page <?php echo $count; ?> times.<p>
To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>