first error:
1) create a 'tmp' directory , ie: c:\apache\tmp
2) edit php.ini and change the session path to the newly created directory.
3) done.
as for the headers error, you can't not send anything before session_start. check your code and make sure there is nothing being output before you start the session call.