Authored by hf

fixes bug to home page login show status

@@ -298,6 +298,7 @@ class AbstractAction extends Controller_Abstract @@ -298,6 +298,7 @@ class AbstractAction extends Controller_Abstract
298 if (!$this->_useSession) { 298 if (!$this->_useSession) {
299 $useSession = false; 299 $useSession = false;
300 } 300 }
  301 + $useSession = false;
301 302
302 if (!$this->_uid) { 303 if (!$this->_uid) {
303 $cookie = $this->getCookie('_UID'); 304 $cookie = $this->getCookie('_UID');