Bruce W Clare wrote: >> Not too sure about the API/env variables, but I have the following >> line in my php.ini and it works fine - the only difference from >> yours is that I use the forward slash... > >> session.save_path = d:/temp > > I've tried it like that, also, without the drive letter and various > combinations. > > One thing your note reminded me of was to try using double > backslashes "\\" like in C or C++, but that didn't work either. > > The only occurence of "tmp" in the entire ini file is in the commented > variable name: ";upload_tmp_dir =", so the path is coming from another > source besides > the ini. I've also verified that there are no other php.ini files on > my system.
Make a script with the only command phpinfo();, call it from the browser and read in the output which php.ini is read (if any) and what the session path is set to. It really sounds like an issue with php.ini. And: double check if you have spelled correctly session.save_path. Christoph Christoph -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php