sessions and SID
Posted: Mon May 20, 2002 11:31 am
I don't know anything about sessions in php - can you tell me why this:
outputs the session id twice, giving me:
.........? Although it still seems to work OK, it's puzzling me.
Code: Select all
<A HREF="count.php?<?=SID?>">click here</A>Code: Select all
<A HREF="count.php?PHPSESSID=8d84fa7945203ceb286c599f8145bce3&PHPSESSID=8d84fa7945203ceb286c599f8145bce3">click here</A>