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