Skip to content
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

MongoStore.all is broken and implementation does not match latest version of MemoryStore #1

Closed
jghowe opened this issue Jul 10, 2014 · 0 comments

Comments

@jghowe
Copy link

jghowe commented Jul 10, 2014

Invoking the .all() method of MongoStore currently causes a reference error on 'fn'. Also, the implementation of this method has been changed in the latest version of MemoryStore in express-session to return an object with session ids as the keys rather than an array of values. This lets the caller do something meaningful with the data, such as .set().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant