Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

通信成功之后 怎么进行多应用之间同步登录和同步退出操作呀 #17

Open
renzhifan opened this issue Sep 17, 2018 · 0 comments

Comments

@renzhifan
Copy link

我是这样写的
list($uid, $username, $password, $email) = Ucenter::uc_user_login('renzhifan','renzhifan'); echo $email; if($uid > 0) { echo '登录成功'; echo Ucenter::uc_user_synlogin($uid); } elseif($uid == -1) { echo '用户不存在,或者被删除'; } elseif($uid == -2) { echo '密码错'; } else { echo '未定义'; }

然后输出是
[email protected]登录成功
但是我去刷新其他应用 还是未登录状态

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant