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
what if I call Session.getCurrentSession() several times?! I get multiple sessions!
some store.put() return promises -- so we need to when() then all across the code -- I suggest to always create a session prior to handling nextApp in Session.js
session.save is missing
context.js L12: promiseModule.currentContext = null; nullifies the context, but promised actions in nextApp haven't completed yet -- thus I constantly get "null" calling Session.getCurrentSession().
--Vladimir
The text was updated successfully, but these errors were encountered:
--Vladimir
The text was updated successfully, but these errors were encountered: