Skip to content

Instantly share code, notes, and snippets.

@geNAZt
Created February 7, 2013 18:22
Show Gist options
  • Save geNAZt/4732983 to your computer and use it in GitHub Desktop.
Save geNAZt/4732983 to your computer and use it in GitHub Desktop.
app.use(express.cookieParser());
app.use(express.bodyParser());
app.use(express.session({store: new RedisStore({host: "192.168.1.106", port: 6379}), secret: 'dsa645d6:Qojkflds'}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment