Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Session
-
Labels:None
-
Fix Version Priority:Should Have
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']);
}
Please evaluate and fix/categorize as necessary.