[EMAIL PROTECTED] propably said:

> 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;

Don?t know why you can't recompile. But try echoing PHPSESSID instead and
you should get it printed.

- D




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to