set session.expires to 3h
This commit is contained in:
@ -34,6 +34,7 @@ cookie.httponly=false
|
|||||||
cookie.prefix=LEANOTE
|
cookie.prefix=LEANOTE
|
||||||
cookie.domain= # for share cookie with sub-domain
|
cookie.domain= # for share cookie with sub-domain
|
||||||
cookie.secure=false
|
cookie.secure=false
|
||||||
|
session.expires=3h # 3 hour. Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
|
||||||
format.date=2006-01-02
|
format.date=2006-01-02
|
||||||
format.datetime=2006-01-02 15:04:05 # 必须这样配置
|
format.datetime=2006-01-02 15:04:05 # 必须这样配置
|
||||||
results.chunked=false
|
results.chunked=false
|
||||||
|
Reference in New Issue
Block a user