ZF-2608: Add method to retrieve the complete session content
Description
Add method to retrieve the complete session content so you dont have to access $_SESSION directly.
Add method to retrieve the complete session content so you dont have to access $_SESSION directly.
Comments
Posted by Ralph Schindler (ralph) on 2008-04-22T10:41:08.000+0000
Updating project management info.
Posted by Ralph Schindler (ralph) on 2009-01-10T11:13:40.000+0000
Are you talking about retrieveing everything inside $_SESSION regardless of the __ZF settings? or just everything from the session? If you are talking about getting everything from the sesison, why not use $_SESSION?
Posted by Ota Mares (ota) on 2009-01-12T01:51:14.000+0000
I meant the contents of the session without the __ZF part of the array.
Posted by Adam Lundrigan (adamlundrigan) on 2012-05-05T03:18:10.000+0000
This is done easily enough without changes to ZF: