Authentication Redis #426
Unanswered
socialRanvir
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When starting the web socket server and connecting multiple users, each user is authenticated correctly and the server picks them up.
For some strange reason, when the server publishes a message, all the users reconnect as anon. This is only happening when there is more than one user connected.
Testing with one user and multiple browser tabs does not yield the same results.
We are using Redis for our session, FOS User Bundle and Symfony 4.4.
On the server side we are using Apache with a proxy pass
Beta Was this translation helpful? Give feedback.
All reactions