From 2addf35b92a6f12a0259d11d6d1ba0dcbd68f8f7 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Wed, 7 Apr 2010 17:01:39 +0000 Subject: [PATCH] Remove cookie handling code from CAS auth since its being handled upstream now. --- application/modules/auth/controllers/IndexController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/modules/auth/controllers/IndexController.php b/application/modules/auth/controllers/IndexController.php index d8624c79..a86cbc43 100644 --- a/application/modules/auth/controllers/IndexController.php +++ b/application/modules/auth/controllers/IndexController.php @@ -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()); } -- GitLab