Replies: 1 comment
-
I left comment from my experience. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions