Hi, I am trying to re-compile php 4.2.2. It seems that the option "--enable-trans-sid" is no longer there (but still in the manual). The reason for a re-compilation is that I was not able to have SID printed out. Here is the code I tried, but SID is empty: <?php session_start(); echo SID; ?>
However, session_id() does tells the current sid. Anyone knows why. I am using linux (glibc=2.2.5 and kernel=2.4.18). Thanks, -T -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php