Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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'); |
-
Please register or login to post a comment