Authored by whb

第三方没有登录

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