Quick Question... I am registering a session with the session_start(), session_register() functions, when I do it on our test server (UNIX, Apache) I have no problems, locally (Win2K, Apache) I get the follwoing error
Warning: open(/tmp\sess_0ac1a7836d05713e245d299b54528e64, O_RDWR) failed: m (2) in d:\projects\shop\cart.inc on line 5 I have checked the php.ini thinking it's a configuration problem but both are identical, concerning session details anyway! Could it be an apache configuration issue? Anyone got any ides? Thanks.