I have compiled PHP with the following:

'./configure' '--with-pgsql' '--without-mysql' '--enable-track-vars' 
'--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' 
'--enable-trans-sid' '--with-apache=../apache_1.3.26/'

Unfortunately it seems that the --enable-trans-sid option is not working 
like I expected it. I try and register a session on a browser that does 
not allow cookies the session does not get registered and no SID is 
automatically appending to the URL.

What did I miss?

Jc


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

Reply via email to