My site was running fine for weeks, then i formated my drive and re-installed windows. Soon as i got my site back up and running, i kept getting these errors:
Warning: Cannot send session cookie - headers already sent by (output started at C:\HEADERFILE_I_USE:4) in C:\THE_FILE_WITH_THE_ERROR on line 53
In the header file i start a for a session using: session_start("verified");
and in the other file i register a session using: session_register("verified");
I have a feeling that the code is fine, but its my setup of the server or php that has the problem, I'm running the most current version of apache for WIN and php. Is there a variable that i forgot to change when setting them up?
Paul