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 has been 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?
The text was updated successfully, but these errors were encountered:
I've got slightly different behaviour, but it also broke with the latest version of connect. In my case a new session is created with each request. I don't see the cookie in the browser. And I don't see the cookie being send in the response header (firebug).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
... rest of the method...
Do you have plans to support the new version of Connect?
The text was updated successfully, but these errors were encountered: