Authored by whb

第三方没有登录

@@ -386,7 +386,7 @@ class WebAction extends Controller_Abstract @@ -386,7 +386,7 @@ class WebAction extends Controller_Abstract
386 if (!$this->_useSession) { 386 if (!$this->_useSession) {
387 $useSession = false; 387 $useSession = false;
388 } 388 }
389 - //$useSession = false; 389 + $useSession = false;//第三方登录没有上线,从cookie获取
390 390
391 if (!$this->_uid) { 391 if (!$this->_uid) {
392 $cookie = $this->getCookie('_UID'); 392 $cookie = $this->getCookie('_UID');