Zend Framework: Logout User
How to logout the user
$auth = Zend_Auth::getInstance(); $auth->clearIdentity(); Zend_Session::forgetMe();
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a comment.