Skip to content
Snippets Groups Projects
Commit 2addf35b authored by Tim Steiner's avatar Tim Steiner
Browse files

Remove cookie handling code from CAS auth since its being handled upstream now.

parent 67e2d3ad
Branches
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ class Auth_IndexController extends App_Controller_Action {
public function logoutAction()
{
Zend_Auth::getInstance()->clearIdentity();
$this->_getCasAdapter()->clearIdentity();
$this->_redirect($this->_getCasAdapter()->getLogoutUrl());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment