Sessions error after migrating from 4.4.2 --> 4.4.4.
Posted: Fri Aug 25, 2006 2:24 am
Just this week we moved from a linux based solution (LAMP) to Apache on Windows w/ PHP. Our linux machine was running PHP 4.4.2-1 w/ Apache 1.3.x.
Our Windows box is on PHP 4.4.4 w/ Apache 2.0. Putting the two PHP.INI files side-by-side, and doing the same withthe PHPINFO(), the configurations are identical. It's important to note that everything is WORKING, but now we get an error.
We're now getting this error on Windows w/ Apache and PHP that we never got on either of our Debian based linux servers before:
Notice: A session had already been started - ignoring session_start() in ... line 2
I already checked session.auto_start and this is off. In addition, I don't actually have two sessions initiating.
Note, that when I DOWNGRADE to version 4.4.2 ON WINDOWS this issue goes away as well. Is this a bug or feature by design?
Any ideas?
Thanks!
Our Windows box is on PHP 4.4.4 w/ Apache 2.0. Putting the two PHP.INI files side-by-side, and doing the same withthe PHPINFO(), the configurations are identical. It's important to note that everything is WORKING, but now we get an error.
We're now getting this error on Windows w/ Apache and PHP that we never got on either of our Debian based linux servers before:
Notice: A session had already been started - ignoring session_start() in ... line 2
I already checked session.auto_start and this is off. In addition, I don't actually have two sessions initiating.
Note, that when I DOWNGRADE to version 4.4.2 ON WINDOWS this issue goes away as well. Is this a bug or feature by design?
Any ideas?
Thanks!