Is there any one out there who have run into differences in session handling between 4.1.1 and 4.1.2.

I have two servers, one for development (running 4.1.1) and one sharp (running 4.1.2). Both running win2k and Apache.

When I transfered my latest project from development to sharp I couldn“t register session vars any more.

The session files are created in the "session.save_path" directory upon a session_start() but when the script try to register some session vars nothing happens. I use "$_SESSION" to register and I have "register_globals" set to off.

Any help is appreciated, Tnx in advance
/Andrin

    Hmm... Very strange.
    I took "php4ts.dll" and "php4apache.dll" from my 4.1.1 installation and put on my sharp environment and sessions worked again.

    Any one out there fighting the same problem? Or have fought this battle already and found a solution?

    Is there a known problem with sessions under PHP 4.1.2 for windows?

      Write a Reply...