php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71156 Session problem
Submitted: 2015-12-18 09:52 UTC Modified: 2015-12-25 08:13 UTC
From: sohorev at gmail dot com Assigned:
Status: Closed Package: Session related
PHP Version: 7.0.1 OS: Ubuntu 14.10
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: sohorev at gmail dot com
New email:
PHP Version: OS:

 

 [2015-12-18 09:52 UTC] 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
        }



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-18 10:05 UTC] requinix@php.net
-Status: Open +Status: Feedback
 [2015-12-18 10:05 UTC] requinix@php.net
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 10:33 UTC] sohorev at gmail dot com
-Status: Feedback +Status: Open
 [2015-12-18 10:33 UTC] sohorev at gmail dot com
submitted: https://github.com/zendframework/zf1/issues/662
 [2015-12-25 08:13 UTC] sohorev at gmail dot com
-Status: Open +Status: Closed
 [2015-12-25 08:13 UTC] sohorev at gmail dot com
I'm sorry, but it is not a bug. Problem related with parameter session.save_handler
 [2015-12-25 08:15 UTC] sohorev at gmail dot com
not session.save_handler
related with session.hash_bits_per_character parameter
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 17:01:28 2025 UTC