Bug #71156 [Com]: 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 Comment by: sohorev at gmail dot com Reported by: sohorev at gmail dot com Summary: Session problem 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: not session.save_handler related with session.hash_bits_per_character parameter Previous Comments: ------------------------------------------------------------------------ [2015-12-25 08:13:04] sohorev at gmail dot com I'm sorry, but it is not a bug. Problem related with parameter session.save_handler ------------------------------------------------------------------------ [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