質問編集履歴
1
記入間違いを修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
'cookie_lifetime' => 600,
|
14
14
|
'gc_maxlifetime' => 600,
|
15
15
|
'cache_limiter' => 'nocache',
|
16
|
-
'name' => '
|
16
|
+
'name' => 'app',
|
17
17
|
));
|
18
18
|
$sessionManager = new SessionManager($sessionConfig);
|
19
19
|
$this->_session = new Container("app", $sessionManager);
|