> Zend_Session::namespaceUnset($s) http://framework.zend.com/manual/en/zend.session.global_session_manageme nt.html#zend.session.global_session_management.namespaceunset
There is also a destroy() method: http://framework.zend.com/manual/en/zend.session.global_session_manageme nt.html#zend.session.global_session_management.destroy They work a little different, so check the docs, and then choose the one that fits the bill for you. -- Eric Marden
