UNPKG

165 BJavaScriptView Raw
1'use strict';
2
3exports.session = {
4 maxAge: 24 * 3600 * 1000, // ms
5 key: 'EGG_SESS',
6 httpOnly: true,
7 encrypt: true,
8 // sameSite: null,
9 logValue: true,
10};