From:             jgantes at gmail dot com
Operating system: Windows 2003R2
PHP version:      4.4.4
PHP Bug Type:     Session related
Bug description:  Error after moving from 4.4.2->4.4.4 "Notice:A session had 
already been started

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.


-- 
Edit bug report at http://bugs.php.net/?id=38587&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=38587&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=38587&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=38587&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=38587&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=38587&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=38587&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=38587&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=38587&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=38587&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=38587&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=38587&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=38587&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=38587&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=38587&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=38587&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=38587&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=38587&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=38587&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=38587&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=38587&r=mysqlcfg

Reply via email to