sessions: split regex into array and regex
parent
4daa0fe030
commit
ead251a841
|
@ -41,4 +41,8 @@ module.exports = class SessionStore extends Store {
|
||||||
logger.debug(`DESTROY ${sid}`);
|
logger.debug(`DESTROY ${sid}`);
|
||||||
DB.db.remove(`sessionstorage:${sid}`, fn);
|
DB.db.remove(`sessionstorage:${sid}`, fn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
store(fn) {
|
||||||
|
Store.length(null, fn);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue