From: Metabox Date: Mon, 22 Apr 2019 19:28:24 +0000 (+1000) Subject: Increased session timeout to +30m X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=a0108a9bcdc5cdeb012827742ac5d5cce73efb37;p=LifeLog.git Increased session timeout to +30m --- diff --git a/htdocs/cgi-bin/config.cgi b/htdocs/cgi-bin/config.cgi index a450660..93b946d 100755 --- a/htdocs/cgi-bin/config.cgi +++ b/htdocs/cgi-bin/config.cgi @@ -22,7 +22,7 @@ our $REC_LIMIT = 25; our $TIME_ZONE = 'Australia/Sydney'; our $PRC_WIDTH = '60'; our $LOG_PATH = '../../dbLifeLog/'; -our $SESSN_EXPR = '+2m'; +our $SESSN_EXPR = '+30m'; our $RELEASE_VER = '1.3'; #END OF SETTINGS