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: 30/Apr/09 12:39 PM  Due: 23/Jan/09
Component/s: Zend_Session
Affects Version/s: 1.5.1
Fix Version/s: Next Minor Release

Time Tracking:
Not Specified

 Public Fields   Internal Project Management Fields   
Tags:
Participants: Adam Weinstock, Ralph Schindler and Wil Sinclair
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.

Ralph Schindler - 10/Jan/09 12:05 PM
Will be addressed within 2 weeks.