Skip to content

Instantly share code, notes, and snippets.

@renatoargh
Created August 22, 2012 07:43
Show Gist options
  • Select an option

  • Save renatoargh/3423517 to your computer and use it in GitHub Desktop.

Select an option

Save renatoargh/3423517 to your computer and use it in GitHub Desktop.
app.use(express.cookieParser());
app.use(express.session({ secret: '1234' }));
app.use(app.router);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment