mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add options to control autologin cookie lifetime and refresh function
This commit is contained in:
parent
87300c9944
commit
4af7354bf0
7 changed files with 24 additions and 2 deletions
|
|
@ -56,6 +56,8 @@ return array(
|
|||
'rewrite' => 1,
|
||||
),
|
||||
'session' => array(
|
||||
'autologin_lifetime' => 365,
|
||||
'autologin_refresh' => true,
|
||||
'delay' => false,
|
||||
'use_db' => false,
|
||||
'use_ssl' => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue