php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21438 Cannot send session cache limiter - headers already sent
Submitted: 2003-01-05 13:57 UTC Modified: 2003-01-05 13:59 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: pflorencio at netcabo dot pt Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.2.0 OS: windows xp
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pflorencio at netcabo dot pt
New email:
PHP Version: OS:

 

 [2003-01-05 13:57 UTC] pflorencio at netcabo dot pt
Warning: Cannot send session cache limiter - headers already sent (output started at c:\program files\apache group\apache\htdocs\contador.php:3) in c:\program files\apache group\apache\htdocs\contador.php on line 4
 
this is the output that i receive when i run my scipt

where is a part of the file:

<html>
<body>
<?php
session_start();
	

echo 'Hello '.$_SESSION['name'];
if($_SESSION['name'] == 'pedro')	

{?>
	
	<a href = "teste.php">Pagina de TESTe</a><br>
<?php
}


what should i do?!?!?!?'1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-05 13:59 UTC] derick@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. 

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 19:01:31 2025 UTC