You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
If I understand the protocol correctly, $sid should be somehow persisted so it doesn't create a new sid for the same user every time you call the binding.php file.
Well, I followed your example (adding $username and $password variables and an echo at the end)
and every time I run it, it gives me a different sid. Where is it supposed to save it? And, if it doesn't, (i could save it myself) how do I inject it back in the next run?
The text was updated successfully, but these errors were encountered:
I'm starting to think you can't save the sid by design, so you have to do it through JavaScript so it can give suppor to different sids for different chat tabs in the same browser.
If I understand the protocol correctly, $sid should be somehow persisted so it doesn't create a new sid for the same user every time you call the binding.php file.
Well, I followed your example (adding $username and $password variables and an echo at the end)
and every time I run it, it gives me a different sid. Where is it supposed to save it? And, if it doesn't, (i could save it myself) how do I inject it back in the next run?
The text was updated successfully, but these errors were encountered: