Or simply create a folder under C called tmp i.e 'C:\tmp' and you will done.


J.Opere


-----Original Message-----
From: Ernani Joppert Pontes Martins [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 18, 2002 8:57 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: Sessions

Try to config in php.ini file the session_save_path to C:\temp not /tmp

HTH,

Ernani

"Peter Finch" <[EMAIL PROTECTED]> escreveu na mensagem
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am learning PHP from the Greenspan and Bulger book, on a Windows
> development system using PHP 4.1.2 and Apache. All has worked fine until I
> got to sessions. This simple program:
> <?php
>
> session_start();
>
> ?>
>
> produces this output:
>
> Warning: open(/tmp\sess_d7e26c0283f94a430da8f7fc4138ca21, O_RDWR) failed:
No
> such file or directory (2) in
c:\phpweb\post-march-2002-stuff\learning3.php
> on line 2
>
> Warning: open(/tmp\sess_d7e26c0283f94a430da8f7fc4138ca21, O_RDWR) failed:
No
> such file or directory (2) in Unknown on line 0
>
> Warning: Failed to write session data (files). Please verify that the
> current setting of session.save_path is correct (/tmp) in Unknown on line
0
>
> I have provided a directory called tmp as a sub directory of the directory
> in which the little program resides. It is not read only. Phpinfo() shows
> session.save_path as /tmp.
>
> Would anyone help me please?
>
> Peter Finch
>
>
>
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to