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
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().
The text was updated successfully, but these errors were encountered:
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()
.The text was updated successfully, but these errors were encountered: