- Code: Select all
Archived Post
woW yes lots of info in your answer that's great!
yes I guess I had digested all this info.
from it I extract that there is no problem to use a statci sessionId (hard
coded) if what I need is a single chat room where people can connect to one
single sessionId.
And that's my intention in the beginning.
later on though I would like to reproduce this chat room for diferent events
that could run at the same time.
One way could be to store some valid sesionIds and use them for each chat
room I guess. But it would be probably better if the sessionId was
generated. A diferent one for each diferent URL address so diferent
webpage.
In this case I still have the same problem. Each connection asks to create a
new sessionId and instead of being returned the one created for each page
it returns one new for each connection. Wouldn't it be easy to show me one
example that uses the php libraries and the basic.html
I just don't understand because I use the exact same code download and it
gives me this problem. I wonder if there's something to modify...
The simple case I'm trying to do is to connect several people to one single
sessionId in one single webpage. To be extending it to multiple webpages
(multiple sessionsIds) where multiple people could connect together 1
sessionId per page.
Meanwhile I use the hardcoded solution...
thanks