Hi, I just installed Apache 1.3.28, php 4.3.3 and mySQL 4.0.14 on my WinXP machine (home development). I still can't believe I got them to work
first time. Anyway, everything works fine, except for anything to do with sessions, I get the following error:
Warning: session_start(): open(/tmp\sess_ffbb6a546b1f3207780a0aacd2fa19a0, O_RDWR) failed: No such file or directory (2) in c:\localwebserv\ on line 3
Obviously the problem originates when it hits the session_start() command, and it can't do anything with the tmp directory. Can this be solved by simply creating a directory called that somewhere, or do I have to mess around with the settings again? (Or something else entirely).
Thanks.

Warning: session_start(): open(/tmp\sess_ffbb6a546b1f3207780a0aacd2fa19a0, O_RDWR) failed: No such file or directory (2) in c:\localwebserv\ on line 3
Obviously the problem originates when it hits the session_start() command, and it can't do anything with the tmp directory. Can this be solved by simply creating a directory called that somewhere, or do I have to mess around with the settings again? (Or something else entirely).
Thanks.