i am a newbie in php programming. Currently i use php5 with apache server and mysql database. I am using win 7 (home basic edition).
Whenever i try using Sessions in php using session_start() function, i get the following error:
[FONT="Courier New"]Warning: session_start() [function.session-start]: open(/tmp/\sess_397b6a82b3244d107b9ec391d067f11e, O_RDWR) failed: No such file or directory (2) in E:\My Documents\PHP progs\comic\main.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at E:\My Documents\PHP progs\comic\main.php:2) in E:\My Documents\PHP progs\comic\main.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at E:\My Documents\PHP progs\comic\main.php:2) in E:\My Documents\PHP progs\comic\main.php on line 2[/FONT]
i tried many online forums... after that i changed my session.save_path directory couple of times... 1 day it worked, bt frm the next day same error... plz advice