This commit is contained in:
Chris Boden 2011-11-15 08:57:20 -05:00
parent 2720864d79
commit 9d36a37bf5

View File

@ -17,7 +17,7 @@ Note that you can not run two applications (Apache and Ratchet) on the same port
Cookies from your Apache/Nginx/IIS server will be passed to the socket server, allowing you to identify users.
It's recommended using a database/cache solution to store session data, so it's accessible on both servers.
I demonstration of this will be posted (eventually).
A demonstration of this will be posted (eventually).
See https://github.com/cboden/socket-demos for some out-of-the-box working demos using Ratchet.