Skip to content

Commit

Permalink
Merge pull request #502 from kulicuu/expressRidDeprecErrors
Browse files Browse the repository at this point in the history
fixed the deprecation errors by adding relevant options
  • Loading branch information
wylie joshua.cullick committed Feb 18, 2015
2 parents 5904ff8 + ad8e028 commit fc2dc8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/http/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ module.exports = function(root) {
secure: settings.secure
},
store: sessionStore,
secret: secret
secret: secret,
resave: false,
saveUninitialized: true
}));
}

Expand Down

0 comments on commit fc2dc8e

Please sign in to comment.