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
Is there some other setting in
httpd that I need to adjust to be able to start a session within the php
script? Thanks Marc |