Skip to content

Instantly share code, notes, and snippets.

@benbarnett
Created October 15, 2013 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benbarnett/6990176 to your computer and use it in GitHub Desktop.
Save benbarnett/6990176 to your computer and use it in GitHub Desktop.
Include cookie sessions
var cookieSessions = require('./modules/cookieSessions');
app.configure(function() {
app.use(express.cookieParser('a9e687e0-a1e0-11e2-9e96-0800200c9a66'));
app.use(cookieSessions('ucheckout'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment