David Mitchell wrote:
I first attempted to edit the php.ini so that the session save path was
C:\Temp. No matter what I did, the save path always showed up in phpinfo()
as /tmp. So I created folder on the root of C: called tmp and everything
worked.
You were not editing the correct php.ini, then.
I think you need to restart PHP to pickup the new php.ini changes.
My php.ini is in the windows directory (I believe).
>> -Original Message-
>> From: David Mitchell [mailto:[EMAIL PROTECTED]
>> Sent: 12 May 2004 13:21
>>
>> OK, I managed to get it working.
>>
>> I first attempted to edit
> -Original Message-
> From: David Mitchell [mailto:[EMAIL PROTECTED]
> Sent: 12 May 2004 13:21
>
> OK, I managed to get it working.
>
> I first attempted to edit the php.ini so that the session
> save path was C:\Temp. No matter what I did, the save path
> always showed up in phpinfo
OK, I managed to get it working.
I first attempted to edit the php.ini so that the session save path was
C:\Temp. No matter what I did, the save path always showed up in phpinfo()
as /tmp. So I created folder on the root of C: called tmp and everything
worked.
Thanks,
Dave
--
PHP General Mail
> How does one get sessions working on Windows? I have modified my php.ini
> file so that session.save_path = C:\Temp, restarted and Apache.
> Still I get
> this error message:
>
> Warning: session_start(): open(/tmp\sess_26310affee160329c9e50f27663f8971,
> O_RDWR) failed: No such file or directory
Sounds right.
Do you have a C:\temp directory?
>>How does one get sessions working on Windows? I have modified my php.ini
>>file so that session.save_path = C:\Temp, restarted and Apache. Still I get
>>this error message:
>>
>>Warning: session_start(): open(/tmp\sess_26310affee160329c9e50f27663f8
6 matches
Mail list logo