initAuth(); } /** * Setup Authentication Component */ protected function initAuth(){ $this->Auth->sessionKey = 'SomeRandomStringValue'; $this->set('authSessionKey', $this->Auth->sessionKey); } ?>