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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
44 + 16 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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 Mar 29 02:01:30 2024 UTC