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
The session method will handle only session sockets' data, and the local method will be added to handle local socket's data.
// Can be accessed by socket on other tabs$.socket().session("key","value");// Cannot be accessed by socket on other tabs$.socket().local("key","value");
The text was updated successfully, but these errors were encountered:
The session method will handle only session sockets' data, and the local method will be added to handle local socket's data.
The text was updated successfully, but these errors were encountered: