php.ini + session config
Posted: Mon Feb 03, 2003 7:00 pm
I am having trouble setting up sessions to work in php. Now I have tried a few things(with the help of people at this forum) like setting the save_path and sofourth. But when I first had this problem I had 8 error messages everytime I tried to start a session, now I only have 2. Here they are:
Warning: Unknown(): open(C:\Program Files\Apache2\sessions\\sess_d48d15459bcc6f40d1ffe2ac679eb9e5, 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 (C:\Program Files\Apache2\sessions\) in Unknown on line 0
Thanks for all help and advice provided.
Warning: Unknown(): open(C:\Program Files\Apache2\sessions\\sess_d48d15459bcc6f40d1ffe2ac679eb9e5, 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 (C:\Program Files\Apache2\sessions\) in Unknown on line 0
Thanks for all help and advice provided.