On Fri, Jul 24, 2009 at 4:24 PM, hacheb <[email protected]> wrote:
> > What I want, however, is to keep the second namespace. In effect, only the > zend_auth namespace should be unset (ie. removed from the data column) > whilst the other would remain untouched. > I viewed the source for Zend/Session/Namespace.php and found a method called unsetAll which unsets the namespace. $oNamespacedSession->unsetAll(); - pw
