> Basic problem: I've edited my session.save_path in php.ini, but the > application > still fails in session_start() because it is still using /tmp. > This is even > after I stop/restart > Apache. I know that the updated php.ini file is being read, because my > changes to the > include_path were successfully added. > > I'm running Apache 2.0.43; PHP 4.3.0RC3 (also tried with an earlier stable > build). > on Win2K. > > Question: Is there any way for session.save_path to get clobbered > via an API > or environment variable?
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 HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php