Skip to content

Instantly share code, notes, and snippets.

@3rd-Eden
Created September 1, 2010 20:06
Show Gist options
  • Save 3rd-Eden/561258 to your computer and use it in GitHub Desktop.
Save 3rd-Eden/561258 to your computer and use it in GitHub Desktop.
ms = require('connect/middleware/session/memory'),
memory = new ms({ reapInterval: conf.sessionInterval, maxAge: conf.sessionMaxAge });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment