Thanks Ceph!
We have already checked the php.ini and the problem is still there, but I think I don't understand what you mean with using `C:\%SYSROOT%\temp... do you mean we should store the php.ini in that route?, we have c:/winnt/php.ini just as the set up says, the other route we have changed is the session.save_path using the route we have the site stored and creating a folder with the session information that is generated in every session.
We have windows NT and we are using session_start instead start_session 😉
We don't know what else to do with this error!, thanks again for your help.
Dee Dee 🙂
Ceph wrote:
Hi _
Make sure your SESSION_* variables are set correctly in php.ini ; If you are running under WinNT, Win98, Win95, or WinME you should be using C:\%SYSROOT%\temp\ (If that gives you problems, use c:\\%SYSROOT%\\temp (eg, C:\\Windows\\temp) ... the default INI is not configured correctly for running under Win32 environments.
Also, you should be using session_start() and not start_session :-)
Also, make sure you have register globals... but I really doubt this is your problem =)
Ceph