As described in the subject I can't change my session.save_path value away from /tmp
Even tho all my php.ini files have the path as C:\PHP\sessiondata (yes the folder exists) if I do a phpinfo() it shows the path as /tmp still.
I am also getting the session_start() errors and they are listing the path as /tmp
I have tried restarting the erver as well as the machine (its localhost) but still no change. I'm running it on my local machine and its a WinXP Professional.
I'm all out of ideas so any advice is appreciated.
Agian sumary of what i have tried:
Changed the path from /tmp to c:\PHP\sessiondata in php.ini
Restarted server
Restarted Machine
Made a copy of the php.ini file in C:\WINDOWS to C:\PHP
Restarted server/Machine
used phpinfo() to look at status still says /tmp as save_path 🙁
Thanks in advance
RedSyphon