Re: [PHP] Dual PHP installation and session sharing

2009-07-20 Thread Bruno Fajardo
Hi, Zareef. I have not tried storing session in a database, and I think it's not an option in my case, since I'm working on a legacy software that uses distributed databases across several servers. Actually, I guess it would be easier to setup a new webserver, running PHP 5 only, and discontinue

Re: [PHP] Dual PHP installation and session sharing

2009-07-19 Thread Zareef Ahmed
On Sat, Jul 18, 2009 at 1:34 AM, Bruno Fajardo wrote: > Hi all, > > I'm using Apache/2.2.3 (Linux/SUSE), running PHP 4.4.7 in CGI mode, in a > dual installation with PHP 5.1.2 running as an Apache module. > Scripts with .php5 extension are executed by PHP 5, and those with .php are > executed by