Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created August 22, 2011 21:27
Show Gist options
  • Save Raynos/1163645 to your computer and use it in GitHub Desktop.
Save Raynos/1163645 to your computer and use it in GitHub Desktop.
app.use(express.bodyParser());
app.use(express.methodOverride());
app.use(express.cookieParser());
app.use(express.session({ secret: uuid() }));
app.use(app.router);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment