Ok, please take a look at my session handler here:
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10271616
It's the second version.
Now I have a real problem. It all works fine on 3 different PHP/Apache installs I have on my local network, but when I upload it to the main testing server we use on the net, I get this error:
Fatal error: Failed to initialize session module in /*****/application.common/common.header.php on line 18
This line is the session_start(); command.
I have set all of the ini vars to the same as my local system. Grrrr, this server is PHP 4.2.2 which may be a problem but I can't see why!
Any ideas peeps?