Add options to control autologin cookie lifetime and refresh function

This commit is contained in:
Kijin Sung 2023-08-29 23:42:01 +09:00
parent 87300c9944
commit 4af7354bf0
7 changed files with 24 additions and 2 deletions

View file

@ -56,6 +56,8 @@ return array(
'rewrite' => 1,
),
'session' => array(
'autologin_lifetime' => 365,
'autologin_refresh' => true,
'delay' => false,
'use_db' => false,
'use_ssl' => false,