I am receiving the "Cannot send session cookie - headers already sent" message even though I am using ob_start() at the top of my 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 I need to adjust to be able to start a session within the php script? Thanks Marc