Hi list,
Is it possible to unset a single variable in Zend_Registry?
For example, I insert an authenticated user's details in Registry, using:
Zend_Registry::set('authenticated_user', array(....));
When user logouts, I want to unset this index somehow.
But there is no any method to unset! I don't want to replace the current
value with an empty array(), I just want to remove the "authenticated_user"
entirely.
Is there a way to unset a single index in Zend_Registry.
Any ideas?
--
Kind regards,
-behzad