I am trying to work through setting up a nodejs app using express 4.x. After stumbling through the middleware-removal issues, I finally got it working.
however, ther
I found issue useful:
https://github.com/expressjs/session/issues/56
app.use(session({ secret: cookie_secret, resave: true, saveUninitialized: true }));