php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52171 session_start() problem
Submitted: 2010-06-24 13:30 UTC Modified: 2010-06-24 16:13 UTC
From: senthil dot klnit at gmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.3.2 OS: windows 7
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: senthil dot klnit at gmail dot com
New email:
PHP Version: OS:

 

 [2010-06-24 13:30 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-06-24 16:13 UTC] degeberg@php.net
-Status: Open +Status: Bogus
 [2010-06-24 16:13 UTC] degeberg@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 07:01:33 2025 UTC