DevPHP appears to assume the session save directory is /tmp. I have it installed on Windows XP and this won't work. Is there a way for me to provide and alternate directory. The php.ini file contains the proper directory already, but when I run a script in DevPHP there is an error attempting to write to a /tmp directory.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
DevPHP appears to assume the session save directory is /tmp. I have it installed on Windows XP and this won't work. Is there a way for me to provide and alternate directory. The php.ini file contains the proper directory already, but when I run a script in DevPHP there is an error attempting to write to a /tmp directory.
That's because you are using a windows system. You have to modify your php.ini file to change the directory where the session data will be saved.