THOSE ARE ERRORS IN LOG FILE
[Thu Oct 30 13:42:16 2003] [error] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at file.php:3) in file.php on line 5
[Thu Oct 30 13:42:16 2003] [error] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /file.php:3) in file.php on line 5
THIS IS THE BEGINING OF file.php 5th line is 'session_start()'
session_cache_limiter('public');
session_start();
ob_start ();
What´s wrong? Thanks in advance for an answer.