Created
December 5, 2015 13:15
-
-
Save kp96/369c0a6c7c448b46f9a2 to your computer and use it in GitHub Desktop.
express session management tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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