0
I came across a question, I have a Websockets server written in PHP and need to store information that the user sends to the server, and that this data can be recovered only by the current session between the user and server.
I thought about SESSIONS but I think it’s not a good choice, what the solution?