Does the output of phpinfo() show the trans_id set to 1?

What is the output of 'ini_get("session.use_trans_sid ")'?

--
Jim



>>> Michael Bull <[EMAIL PROTECTED]> 03/27/03 03:54PM >>>
Quoting Jim Thome <[EMAIL PROTECTED]>:

> Change this line in your php.ini from...
> 
> session.use_trans_sid = 1
> 
> to...
> 
> session.use_trans_sid = 0
> 
> [restart server]

Hello Jim, thanks for your email.

I should have documented this one (I've been at this for awhile and
searching 
the lists, etc).   It is currently set at 0, and I checked that I have
the 
right path the the php.ini file showing up in php info screens. 
Regardless, I 
believe that a setting of 0 is the default unless set explicitly?

Any other thoughts as to other causes, or further diagnostics?


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

Reply via email to