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 created a simple Node app with the default MemoryStore. I configured the options then tried to invoke a method from the store to see what happened (e.g store.all() ). But I got an error said the store is probably undefined. How do I invoke methods of the store ?
I created a simple Node app with the default MemoryStore. I configured the options then tried to invoke a method from the store to see what happened (e.g
store.all()
). But I got an error said the store is probably undefined. How do I invoke methods of the store ?The config obj for the session:
Then I used it before my routes, so it should be working
Beginner trying to understand how to use this library. Hope to receive some answers. Thanks
The text was updated successfully, but these errors were encountered: