Ok, it's not a version isssue. Our bad.
We're using this to fix the problem:
if(session_id() == "") session_start();
That way we check for open sessions.
oops.
Search found 2 matches
- Fri Aug 25, 2006 11:33 pm
- Forum: PHP - Code
- Topic: Sessions error after migrating from 4.4.2 --> 4.4.4.
- Replies: 2
- Views: 725
- Fri Aug 25, 2006 2:24 am
- Forum: PHP - Code
- Topic: Sessions error after migrating from 4.4.2 --> 4.4.4.
- Replies: 2
- Views: 725
Sessions error after migrating from 4.4.2 --> 4.4.4.
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 i...