Closed ToRvaLDz closed 9 years ago
Yii2 doesn't start session automatically. You have to add
$session = new Session;
$session->open();
See my comment here https://github.com/oncesk/yii-node-socket/issues/56#issuecomment-133086245
Thank you it solve the problem!
Hello, thank you for your work!
Anyway I got an error when I try the example, like :
I got:
I tried to debug server.js and it seems that the variable data.cookie.PHPSESSID is empty, I also checked the header and it have the PHPSESSID.
I have no problem on js side.
Can you help me please?