When I try to do a session_start() in php I get the error: Warning: session_start() [function.session-start]: open(/home/s/serve/tmp/\sess_t1gtuh8s36jkqcc9ic6p6suse0, O_RDWR) failed: No such file or directory even though in php.ini the save path for sessions is clearly set to: session.save_path = "/tmp/" I've no idea where the /home/s/serve path thing is coming from in the first error, I've searched all the files for that string and can't seem to locate it. I haven't changed anything in my php.ini that I know of. I'm using Uniform Server [3.5-Apollo] thanks for your help...