Pompiuses
08-16-2003, 10:33 PM
I've just installed php 4.3.2 on my apache 2.0.47. It seems to work fine, except for sessions. When I try to start a session i get the errormessage:
Warning: session_register(): open(/tmp\sess_ac1757b50590d2c7ca3f3fe97aeddac1, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\php\gjestebok\login\login.php on line 36
I've read the documentation, and I think I need to change the path in the 'session.save_path' variable in php.ini. But I'm not sure what to change it to. Any help is appreciated :)
Warning: session_register(): open(/tmp\sess_ac1757b50590d2c7ca3f3fe97aeddac1, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\php\gjestebok\login\login.php on line 36
I've read the documentation, and I think I need to change the path in the 'session.save_path' variable in php.ini. But I'm not sure what to change it to. Any help is appreciated :)