Authored by whb

PC的同步登录

... ... @@ -544,7 +544,7 @@ class WebAction extends Controller_Abstract
{
$uid = $this->getUid(true);
//是否同步了session
$sysUserSession = intval($this->getSession('_SYS_USER_SESSION'));
$sysUserSession = 1;//intval($this->getSession('_SYS_USER_SESSION'));
if (!empty($channel)) {//设置频道
//\Index\HomeModel::setSwitchToCookie($channel);
}
... ...