Hi there. When I try to use the session to keep the user id, I faced some problems. In my script I use session_start(), but it shows me following error message.
Warning: session_start() [function.session-start]: open(/tmp\sess_3e45e293685a508e85782a9390b384b6, O_RDWR) failed: No such file or directory (2) in c:\MySite\add_search_con.php on line 4
My OS is Windows XP. I install the apache by using the "PHPTriad". I had download the PHP5 binary file from internet because PHPTriad is not providing the PHP5 and replace the old php folder in PHPTriad. I also replaced the "php.ini" into the "c:/windows" and all the dll files from the "dlls" folder together with "php4ts.dll" are replaced in the folder "c:/windows/system32".
Please show me the steps to fix this out.
Warning: session_start() [function.session-start]: open(/tmp\sess_3e45e293685a508e85782a9390b384b6, O_RDWR) failed: No such file or directory (2) in c:\MySite\add_search_con.php on line 4
My OS is Windows XP. I install the apache by using the "PHPTriad". I had download the PHP5 binary file from internet because PHPTriad is not providing the PHP5 and replace the old php folder in PHPTriad. I also replaced the "php.ini" into the "c:/windows" and all the dll files from the "dlls" folder together with "php4ts.dll" are replaced in the folder "c:/windows/system32".
Please show me the steps to fix this out.