On Tue, 29 Dec 2009 13:25:29 -0800
Marc Fromm wrote:
> I am receiving the "Cannot send session cookie - headers already sent"
> message even though I am using ob_start() at the top of my php script.
This has nothing to do with Apache, the thing is that something in your
php script causes uncond
I am receiving the "Cannot send session cookie - headers already sent" message
even though I am using ob_start() at the top of my php script.
The php.ini file has output_buffering set to 4096 4096.
My server is running Red Hat Enterprise Linux 5.2 I am using PHP 5.1.6
Is there some other setting