Edit report at http://bugs.php.net/bug.php?id=52171&edit=1
ID: 52171 Updated by: [email protected] Reported by: senthil dot klnit at gmail dot com Summary: session_start() problem -Status: Open +Status: Bogus Type: Bug Package: *General Issues Operating System: windows 7 PHP Version: 5.3.2 New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2010-06-24 13:30:59] senthil dot klnit at gmail dot com Description: ------------ i run the php code in local host. it works fine. But when i put into the server it shows the following warning message. Test script: --------------- <?php ob_start(); session_start(); ?> Expected result: ---------------- it should be show Actual result: -------------- Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/cubroso1/public_html/test/car_wash/tutorial.php:1) in /home/cubroso1/public_html/test/car_wash/includes/common.php on line 4 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52171&edit=1
