-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get session id? #33
Comments
@AmrinRajani92 the session Id is returned, for you to save it however you want, but you don't really need to. It keeps track of it, internally, and will pass it to any calls, as needed. |
@tmarshall in case we have many users with different session id, how can we pass those sessions via calls? for example list products. |
@CrackerakiUA I have not used this lib for a few years, so I'm rusty on it at this point. I've mentioned in another issue that it is no longer maintained by MadisonReed, and somebody should probably fork it or request ownership transfer. I am not with the company anymore and do not have write privileges. Regarding you question, all the session management in this lib is contained in magento.js. It is set in
|
Hi Team, in the docs about this wrapper class, I couldn't understand how to save the session id that is returned after login and re-use this session id for further API calls.
The text was updated successfully, but these errors were encountered: