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

  • ... Joe Brown
  • ... Roman Lichszteld
    • ... JayAchTee
  • ... William E. T.
    • ... Johannes Janson
  • ... Flint Doungchak
  • ... jax
  • ... Dan Zarrella
  • ... Dale Heil
  • ... Alberto. Sartori
  • ... Peter Finch
    • ... Ernani Joppert Pontes Martins
  • ... Scott Hurring
    • ... Peter Finch
  • ... Nick Chorley
  • ... Шестаков Николай
  • ... Miha Nedok
    • ... Robert Hawke
    • ... Luis Ferro

Reply via email to