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
I'm just wondering should sessionID be independent of the client?
For example, if I want to get the context of a user, each user should have a different sessionID, but in order to get the context of the user, I have to call SetSessionID so that client.GetSessionID() will return the sessionID of the particular user which is a bit weird.
If I am using it wrong, please tell me how it should be used, thanks 😄
The text was updated successfully, but these errors were encountered:
I'm just wondering should sessionID be independent of the client?
For example, if I want to get the context of a user, each user should have a different sessionID, but in order to get the context of the user, I have to call SetSessionID so that client.GetSessionID() will return the sessionID of the particular user which is a bit weird.
If I am using it wrong, please tell me how it should be used, thanks 😄
The text was updated successfully, but these errors were encountered: