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
{{ message }}
This repository was archived by the owner on Feb 3, 2020. It is now read-only.
When I upgraded to the 1.x version of Connect it looks like it broke this module. I get the following error on the first request:
ERROR TypeError: Object function (req, res, next){
// Read session data from a request and store it in req.session
req.session = exports.readSession(
s.session_key, s.secret, s.timeout, req);
... rest of the method...
next();
} has no method 'get'
Do you have plans to support the new version of Connect?