Bug #71156 [Opn->Csd]: Session problem

[email protected] ("sohorev at gmail dot com")
Newsgroups php.bugs
Message-ID <[email protected]>
Edit report at https://bugs.php.net/bug.php?id=71156&edit=1

 ID:                 71156
 User updated by:    sohorev at gmail dot com
 Reported by:        sohorev at gmail dot com
 Summary:            Session problem
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            Session related
 Operating System:   Ubuntu 14.10
 PHP Version:        7.0.1
 Block user comment: N
 Private report:     N

 New Comment:

I'm sorry, but it is not a bug. Problem related with parameter session.save_handler


Previous Comments:
------------------------------------------------------------------------
[2015-12-18 10:33:29] sohorev at gmail dot com

submitted: https://github.com/zendframework/zf1/issues/662

------------------------------------------------------------------------
[2015-12-18 10:05:30] [email protected]

Please file a bug report with the ZF1 project - after verifying there isn't already a bug for this problem, of course.
https://github.com/zendframework/zf1/issues

If they can confirm this is a bug with PHP then they'll probably be able to provide more information.

------------------------------------------------------------------------
[2015-12-18 09:52:40] sohorev at gmail dot com

Description:
------------
I am use a zend framework version 1 and this framework have a class Zend_Session_Namespace with code:
<code>
        if (!isset($_SESSION['__ZF'])) {
            return; // no further processing needed
        }
</code>
And this code throw exception: Zend_Session_Exception with message: 
The session has already been started.  The session id must be set first.

I am using two browsers:
in firefox - all ok
in opera I have this bug


On php 5.6 this code work normally

Test script:
---------------
        if (!isset($_SESSION['__ZF'])) {
            return; // no further processing needed
        }




------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=71156&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.