When I try to creat a sesion I get a ton of error messages...
here is the php code I am using:
$UserInfo[0] = "Steve";
session_start();
$_SESSION['User_ID'] = $UserInfo[0];
and the errors it shows when I load the page:
Warning: session_start(): open(/tmp\sess_6beabf45fb956f1c53a69b92ec0629c3, O_RDWR) failed: No such file or directory (2) in c:\file.php
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\file.php:8) in c:\file.php
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\file.php:8) in c:\file.php on line 10
Warning: Unknown(): open(/tmp\sess_6beabf45fb956f1c53a69b92ec0629c3, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0