[PHP] Apache 2 w/ PHP database sessions

2004-03-26 Thread Christopher Ditty
I recently upgraded to apache 2.0 from 1.23.x on my server. Previously, I had sessions working using the database to store session information. I recently noticed that this is no longer working as it did. The sessions are still working, however, the session information is not being transfered via

Re: [PHP] Apache 2 w/ PHP database sessions

2004-03-26 Thread Chris Shiflett
--- Christopher Ditty [EMAIL PROTECTED] wrote: I recently upgraded to apache 2.0 from 1.23.x on my server. 1.3.x you mean? :-) The sessions are still working, however, the session information is not being transfered via the url. [snip] session.use_trans_sid = 0 There's your answer. Hope

Re: [PHP] Apache 2 w/ PHP database sessions

2004-03-26 Thread Christopher Ditty
Thanks Chris. I just compared the trans_sid on the dev box and it is set to 1. I'll make that change and report in. Many thanks. Owe you another beer if that was it. ;) Chris Chris Shiflett [EMAIL PROTECTED] 03/26/04 10:41AM --- Christopher Ditty [EMAIL PROTECTED] wrote: I recently