Okay. I'm sure this is something simple. I'm trying to execute a simple script. This script uses sessions and I keep getting the following errors.
Warning: open(\tmp\sess_569ad688c4925433a2f1d99db40700b0, O_RDWR) failed: No such file or directory (2) in c:\program files\apache group\apache\htdocs\login.php on line 2 Warning: open(\tmp\sess_569ad688c4925433a2f1d99db40700b0, 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'm currently running Windows 2000 Server. I'm guessing it has something to do with file permissions to those folders, but what exactly it has to do I don't know. Any help would be greatly appreciated. Thanks, Nick