How To Use Redis As Session Handler For Ratchet Server – Symfony

In order to make use of the full functionality of ratchet you will need to select a session handle in order to be able to send the current user id in the websocket server. Because you will need in the future to send some information to a specific user. To do that you will have… Continue reading How To Use Redis As Session Handler For Ratchet Server – Symfony