Re: [PHP-INST] PHP 4.2.3 install under x86 RedHat 8.0 keepsSIDs in URL

2003-03-27 Thread Jim Thome
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

Re: [PHP-INST] PHP 4.2.3 install under x86 RedHat 8.0 keepsSIDs in URL

2003-03-27 Thread Jim Thome
Change this line in your php.ini from... session.use_trans_sid = 1 to... session.use_trans_sid = 0 [restart server] -- Jim >>> Michael Bull <[EMAIL PROTECTED]> 03/27/03 03:32PM >>> Evening, all: Looking for some suggestions for troubleshooting. We're in the processing of moving a PHP appl