Day: November 11, 2014
-
Post Views: 10 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 exit js */ public function ps_member_synlogout() { //return $this->_ps_send(synlogout, array()); return $this->_ps_send(synlogout, array(synlogout=>1)); } 3. kchmc.net/phpsso_server/phpcms/modules/phpsso/classes/phpsso.class.php The reason is what is indicated in the red…
