mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Add options to control session keys and SSL-only attribute
This commit is contained in:
parent
e7511cdead
commit
b43c653186
7 changed files with 43 additions and 4 deletions
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'session' => array(
|
||||
'delay' => false,
|
||||
'use_db' => false,
|
||||
'use_keys' => true,
|
||||
'use_ssl' => false,
|
||||
'domain' => null,
|
||||
'path' => null,
|
||||
'lifetime' => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue