open(/tmp\sess_10ed8352c721730122167144cbb93772, O_RDWR) failed: No such file or directory
is the error I get when trying to set a session in windows NT, apache. php4 mod.
Note: in my php.ini
this is what is set:
session.save_path= "c:\PHP\sessiondata"
so, where the hell does PHP assume that the temp session directory is /tmp ?
-jpz