Re: [PHP] Varying session behavior between 2 nearly identical Apache/PHP setups

2006-12-15 Thread Richard Lynch
Just to be sure... You've double-checked that page setup code isn't somehow triggering an ini_set('session.use_trans_id') or other session parameters, right? I'd also examine any kind of code that is supposed to do something "different" for the dev/production environment. Inevitably, there ends

Re: [PHP] Varying session behavior between 2 nearly identical Apache/PHP setups

2006-12-13 Thread Jochem Maas
Matthew North wrote: > Hello All, > > I have an odd situation that I wonder if someone might have some > insight on. The scenario is this: > > - Two FreeBSD systems running Apache+mod_php+others. We use one for > development and the other for testing. > > - Each system is running PHP 5.2.0 wit

Re: [PHP] Varying session behavior between 2 nearly identical Apache/PHP setups

2006-12-12 Thread Chris
Matthew North wrote: Hello All, I have an odd situation that I wonder if someone might have some insight on. The scenario is this: - Two FreeBSD systems running Apache+mod_php+others. We use one for development and the other for testing. - Each system is running PHP 5.2.0 with identical php.

[PHP] Varying session behavior between 2 nearly identical Apache/PHP setups

2006-12-12 Thread Matthew North
Hello All, I have an odd situation that I wonder if someone might have some insight on. The scenario is this: - Two FreeBSD systems running Apache+mod_php+others. We use one for development and the other for testing. - Each system is running PHP 5.2.0 with identical php.ini files. - On each