Skip to content

Commit bd3cb3c

Browse files
author
Yo-han
committed
Add config option set_storage_on_boot
1 parent 79bc84a commit bd3cb3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/redissession.global.php.dist

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
return array(
1414

1515
'mq-redis-session' => array (
16+
'set_storage_on_boot' => true,
1617
'redis' => array(
1718
'adapter' => array (
1819
'name' => 'redis',
@@ -36,4 +37,4 @@ return array(
3637
'use_cookies' => true,
3738
),
3839
)
39-
);
40+
);

0 commit comments

Comments
 (0)