Skip to content
This repository was archived by the owner on Feb 3, 2020. It is now read-only.
This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Doesn't seem to work with latest versions of node & connect #7

@kevingorski

Description

@kevingorski

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions