History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-3209
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Ralph Schindler
Reporter: Adam Weinstock
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_Session::_processStartupMetadataGlobal() never unsets $_SESSION['__ZF'][$namespace]['ENVGH']

Created: 06/May/08 01:34 PM   Updated: 03/Sep/08 12:00 AM
Component/s: Zend_Session
Affects Version/s: 1.5.1
Fix Version/s: Next Minor Release

Time Tracking:
Not Specified

Fix Version Priority: Should Have


 Description  « Hide
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']);
}


 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Wil Sinclair - 09/Jun/08 01:39 PM
Please evaluate and fix/categorize as necessary.