Skip to content

Commit

Permalink
Disabling sessions is a thing you can do.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Mar 2, 2017
1 parent 44cb9c7 commit 453831d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hooks/session/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ module.exports = function(app) {
'To set up a session secret, add or update it in `config/session.js`:\n'+
'module.exports.session = { secret: \'extremely-secure-keyboard-cat\' }\n'+
'\n'+
'(Or if you don\'t need sessions enabled, disable the hook.)\n'+
'\n'+
'For more help:\n'+
' • http://sailsjs.com/config/session\n'+
' • http://sailsjs.com/support'
Expand Down

0 comments on commit 453831d

Please sign in to comment.