PHPWebsocket
PHPWebsocket copied to clipboard
Cookie authentication
I have a custom websocket server in PHP, and I have problems with $_SESSION (it is mixing sessions because it is running in CLI and makes sense). Can I use your library to do the same thing without mixing sessions?