Skip to content

Instantly share code, notes, and snippets.

@aroman
Last active January 3, 2016 02:19
Show Gist options
  • Save aroman/8394577 to your computer and use it in GitHub Desktop.
Save aroman/8394577 to your computer and use it in GitHub Desktop.
// req.session (not logged in)
{ cookie:
{ path: '/',
_expires: null,
originalMaxAge: null,
httpOnly: true },
passport: {} }
// req.session (logged in)
{ cookie:
{ path: '/',
_expires: null,
originalMaxAge: null,
httpOnly: true },
passport: { user: '52d207c5e91939f7a0ca469c' },
flash: {} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment