Skip to content

Instantly share code, notes, and snippets.

@kp96
Created December 5, 2015 13:15
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 kp96/369c0a6c7c448b46f9a2 to your computer and use it in GitHub Desktop.
Save kp96/369c0a6c7c448b46f9a2 to your computer and use it in GitHub Desktop.
express session management tutorial
{
"name": "sessionmgmt",
"version": "1.0.0",
"description": "a simple sessionmgmt app",
"main": "app.js",
"license": "ISC",
"dependencies": {
"express": "^4.13.3",
"express-session": "^1.12.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment