mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Remove deprecated comment
The session key is currently stored in SESSIONKEY.txt, so it is no longer reset every time the server starts.
This commit is contained in:
parent
9f51432175
commit
21a6e66e25
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ exports.expressConfigure = function (hook_name, args, cb) {
|
|||
|
||||
if (!exports.sessionStore) {
|
||||
exports.sessionStore = new ueberStore();
|
||||
exports.secret = settings.sessionKey; // Isn't this being reset each time the server spawns?
|
||||
exports.secret = settings.sessionKey;
|
||||
}
|
||||
|
||||
args.app.sessionStore = exports.sessionStore;
|
||||
|
|
Loading…
Reference in a new issue