Add options to control session keys and SSL-only attribute

This commit is contained in:
Kijin Sung 2017-02-14 13:37:30 +09:00
parent e7511cdead
commit b43c653186
7 changed files with 43 additions and 4 deletions

View file

@ -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,