Warning: session_start(): open(/tmp\sess_da14c5b89d5a91e0c1db7c6784a00631, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\assignment\LOGIN.PHP on line 6
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\assignment\LOGIN.PHP:6) in C:\Program Files\Apache Group\Apache2\htdocs\assignment\LOGIN.PHP on line 6
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Program Files\Apache Group\Apache2\htdocs\assignment\LOGIN.PHP:6) in C:\Program Files\Apache Group\Apache2\htdocs\assignment\LOGIN.PHP on line 6
User's Page
pls help me..........how to solve it
Moderator: General Moderators
locate your php.ini file
find the section where it sais
session.save_path
change it to
session.save_path= " . ; c : \ t m p "
NOTE: i had to put a space between all the characters in the double quotes so that i could post it. This message board is screwed up and throws server errors unless i do that.
so you must remove all the spaces between the double quoptes or it wont work
find the section where it sais
session.save_path
change it to
session.save_path= " . ; c : \ t m p "
NOTE: i had to put a space between all the characters in the double quotes so that i could post it. This message board is screwed up and throws server errors unless i do that.
so you must remove all the spaces between the double quoptes or it wont work