|
|
|
@ -70,7 +70,7 @@ Core.expireSession = function (Sessions, safeKey) {
|
|
|
|
|
|
|
|
|
|
Core.expireSessionAsync = function (Env, safeKey, cb) {
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
Core.expireSession(Sessions, safeKey);
|
|
|
|
|
Core.expireSession(Env.Sessions, safeKey);
|
|
|
|
|
cb(void 0, 'OK');
|
|
|
|
|
});
|
|
|
|
|
};
|
|
|
|
|