'Application_Reviewer_Login_'), array(), 'url'); if ($loginUrl) { Qs_Http::redirect($loginUrl); } Qs_Http::redirect(BASE_URL_LANGUAGE); } public static function clearIdentity() { $auth = App_Application_Reviewer_Auth::getInstance(); if ($auth->hasIdentity()) { $identity = $auth->getIdentity(); $auth->clearIdentity(); if (isset($identity['autologinCode'])) { $authAdapter = new App_Application_Reviewer_AuthAdapter(); $authAdapter->clearAutologinCode($identity['autologinCode']); } } } }