登陆和登出非常慢
登陆和登出非常慢
查到cp_common.php这个文件里面
if($op == 'logout') {
include_once S_ROOT.'./uc_client/client.php';
$ucsynlogout = uc_user_synlogout();
clearcookie();
ssetcookie('_refer', '');
showmessage('security_exit', 'index.php', 1, array($ucsynlogout));
}
红色那两行大概要20s,功能大概是和ucenter http通信退出吧
这是bug吗? 为啥不能直接读取数据库操作登陆和登出。。。