>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. Thx, BC -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php