Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为注销功能实现销毁会话。如何使用 zend 会话销毁?
$session = new Zend_session_Namespace('Your_namespace'); $session->unsetAll();