chapter 13 of php4, user_auth.php
ok, whenever i try to use the script from the book in chap 13, i get these errors:
Warning: session_start(): open(/tmp\sess_9d0fb76e93c38f1824377131f3c2e154, O_RDWR) failed: No such file or directory (2) in C:\localserver\begphp\ch13\auth_user.php on line 58
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\localserver\begphp\ch13\auth_user.php:58) in C:\localserver\begphp\ch13\auth_user.php on line 58
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\localserver\begphp\ch13\auth_user.php:58) in C:\localserver\begphp\ch13\auth_user.php on line 58
I also get these:
Warning: Unknown(): open(/tmp\sess_9d0fb76e93c38f1824377131f3c2e154, 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
its really messing my website up.
|