I'm working on a chat client and when one user makes a request to talk to the other user im making a session. How can the PHP script that makes the session send the session number to the other client.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
By using an asynchronous call library like CometD or any other javascript library for asynchronous communication. Technically, you'll use an Observer Pattern. |
|||||||
|