I've come across a doubt, I have a WebSockets server written in PHP and I need to store information that the user sends to the server, and that this data can be retrieved only by the current session between the user and server.
I thought of SESSIONS but I do not think it's a good choice, what's the solution?