I'm running:
PHP 4.04pl1
Apache 1.3.19
OpenBSD 2.8
MySQL 3.23.36
Problems:
Sessions work wonderfully the large percent of the day, but about 10 times a day the session information doesn't get opened. Refresh the page and it works fine. Surprisingly it works fine in Windows.
Additional notes:
When I compiled PHP I enabled the trans-sid, but disabled it in the php.ini. I disabled all automatic session features and manually pass the session on the GET. I'm using the file store method.
I would appreciate any suggestions.