I'm fairly new to Zend and I think this question won't be so hard to answer.
I'd like to unset my entire session namespace (called 'Default'), and I've found a possible answer here, but when I use the following line of code Zend_Session::namespaceUnset('Default');
I get this error: Zend_Session is currently marked as read-only.
Hopefully someone can help me out.