use persistent, not session cookies
This commit is contained in:
parent
124e35d153
commit
32ffe433a8
3 changed files with 12 additions and 3 deletions
|
|
@ -8,6 +8,8 @@ const days = 24 * hours
|
|||
const day = days
|
||||
const weeks = 7 * days
|
||||
const week = weeks
|
||||
const year = 365 * days
|
||||
const years = year
|
||||
|
||||
module.exports = {
|
||||
seconds,
|
||||
|
|
@ -19,5 +21,7 @@ module.exports = {
|
|||
days,
|
||||
day,
|
||||
weeks,
|
||||
week
|
||||
week,
|
||||
years,
|
||||
year
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue