php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38587 Error after moving from 4.4.2->4.4.4 "Notice:A session had already been started
Submitted: 2006-08-25 07:40 UTC Modified: 2006-09-02 01:00 UTC
From: jgantes at gmail dot com Assigned:
Status: No Feedback Package: Session related
PHP Version: 4.4.4 OS: Windows 2003R2
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: jgantes at gmail dot com
New email:
PHP Version: OS:

 

 [2006-08-25 07:40 UTC] jgantes at gmail dot com
Description:
------------
Ever since upgrading from 4.4.2 (both on Linux and Windows w/ Apache) we're receiving the following error:

Notice: A session had already been started - ignoring session_start()

We have already checked session.auto_start and this is off. In addition, I don't actually have two sessions initiating.  

Also, we've posted in several forums before stopping here.

Note, that when I DOWNGRADE to version 4.4.2 this issue goes away as well. Is this a bug or feature by design?   

It sounds like other users have had this issue too in previous versions.

Reproduce code:
---------------
<?

session_start(); // start session.

?>

Expected result:
----------------
Is this by design or a bug?  If so, why does it keep changing back and forth?  This was also true between previous versions of PHP.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-25 07:50 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip


 [2006-08-25 16:35 UTC] jgantes at gmail dot com
We will attempt to move to PHP 5 as you have suggested.
 [2006-09-02 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 05:01:27 2024 UTC