ZF-3209: Zend_Session::_processStartupMetadataGlobal() never unsets $_SESSION['__ZF'][$namespace]['ENVGH']
Description
Zend_Session::_processStartupMetadataGlobal() will never unset $_SESSION['__ZF'][$namespace]['ENVGH']. At line 489, should include:
if (empty($_SESSION['__ZF'][$namespace]['ENVGH'])) {
unset($_SESSION['__ZF'][$namespace]['ENVGH']);
}
Comments
Posted by Wil Sinclair (wil) on 2008-06-09T13:39:22.000+0000
Please evaluate and fix/categorize as necessary.
Posted by Ralph Schindler (ralph) on 2009-01-10T12:05:01.000+0000
Will be addressed within 2 weeks.
Posted by Stanislav Malyshev (stas) on 2009-12-21T14:39:59.000+0000
fixed in trunk