Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using app.configure in example code #27

Open
mayeaux opened this issue Nov 21, 2015 · 1 comment
Open

Using app.configure in example code #27

mayeaux opened this issue Nov 21, 2015 · 1 comment

Comments

@mayeaux
Copy link

mayeaux commented Nov 21, 2015

In the example code we are using

app.configure(function() {
  app.use(express.cookieParser('keyboard cat'));
  app.use(express.session({ cookie: { maxAge: 60000 }}));
  app.use(flash());
});

But app.configure is removed in Express 4.0.

@seanmavley
Copy link

Looks like this project isn't maintained anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants