All,
I am using Zend Framework and Zend_Session to do global session management for my application. I plan to clear all sessions on logout and hence am using the fol
Not really answers your question about the error, but is beneficial for the question:
$nsName = 'MyNamespace'; if (Zend_Session::namespaceIsset($nsName)) { echo $nsName.' exists'; }