We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444b27f commit d479bbdCopy full SHA for d479bbd
server.js
@@ -78,7 +78,6 @@ MongoClient.connect(config.db, function(err, db) {
78
79
// Enable session management using express middleware
80
app.use(session({
81
- // TODO: Add another vuln?
82
// genid: function(req) {
83
// return genuuid() // use UUIDs for session IDs
84
//},
0 commit comments