riginal Message-
From: Clare, Bruce W
Sent: Thursday, December 26, 2002 4:02 PM
To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: RE: [PHP-WIN] Yet another session.save_path issue
Well, I've pinned it down to a php.ini issue as Christoph mentioned, but I
still
haven
Sent: Thursday, December 19, 2002 6:20 PM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Yet another session.save_path issue
>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 your
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
>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
> 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 su