質問するログイン新規登録

質問編集履歴

1

記入間違いを修正しました。

2016/08/24 12:32

投稿

tomotaka106
tomotaka106

スコア14

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' => 'mypage',
16
+ 'name' => 'app',
17
17
  ));
18
18
  $sessionManager = new SessionManager($sessionConfig);
19
19
  $this->_session = new Container("app", $sessionManager);