Is there a way to track user data using websocket ++ 0.3X?
I want to be able to identify them in order to keep track of what they are watching and what they should be sent. Take the stack as an example: while you look at this question, websocket can (and I think it does) store in memory that you look at this question and send you relevant updates, such as votes, new comments and answers, and StackExchange Updates in the top left corner.
In addition, users must be able to identify. Is there a session id specific to web sockets that are already hiding in websocket ++? If not, how does websocket ++ track users?
user1382306
source
share