Tagged: uc_user_synlogout

在phpcms中退出提示退出成功,查看源代码,可以看见已经发现同步js通知 0

Integrate PHPCMS and TiPask under ucenter, and find that logging in through phpcms can be synchronized to tipask, but quit through phpcms, it cannot be synchronized to the solution of tipask!

浏览量: 1 Analyze the code execution process: 1. kchmc.net/phpcms/modules/member/index.php $SynLogoutstr = $this->client-> ps_member_synlogout(); 2. kchmc.net/phpcms/modules/member/classes/client.class.php Modified to be as follows: /** * Synchronized exit * @param string $UID * @return string javascript user sync...