我现在想利用这个chat的demo 去做一个一对一的即时通讯。现在遇到的问题是 $client_id 系统自动生成的,我想用在我们页面设置的session里的一个ID 来充当这个$client_id ,我的session在index.php设置 可是在protected function createGlobalClientId()这个函数里取不到(显示$_SESSION数组是空的)。请问怎么解决呢
不要自定义client_id,会导致业务异常 正确的做法是做映射,参考 http://wenda.workerman.net/?/question/425 http://wenda.workerman.net/?/question/347 http://wenda.workerman.net/?/question/186 http://wenda.workerman.net/?/question/136 http://wenda.workerman.net/?/question/174
不要自定义client_id,会导致业务异常
正确的做法是做映射,参考
http://wenda.workerman.net/?/question/425
http://wenda.workerman.net/?/question/347
http://wenda.workerman.net/?/question/186
http://wenda.workerman.net/?/question/136
http://wenda.workerman.net/?/question/174