From ae29119664468605077777e072b3a5fb6804fcf0 Mon Sep 17 00:00:00 2001 From: lealife Date: Sat, 18 Feb 2017 20:01:26 +0800 Subject: [PATCH] set session.expires to 3h --- conf/app.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/app.conf b/conf/app.conf index 478482e..13a3ddc 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -34,6 +34,7 @@ cookie.httponly=false cookie.prefix=LEANOTE cookie.domain= # for share cookie with sub-domain 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.datetime=2006-01-02 15:04:05 # 必须这样配置 results.chunked=false