@@ -270,7 +270,7 @@ |
||
270 | 270 | public function initSession() |
271 | 271 | { |
272 | 272 | $this->register(new \Silex\Provider\SessionServiceProvider(), array( |
273 | - 'session.storage.save_path' => $this['config']['root_dir'] . '/app/cache/eccube/session', |
|
273 | + 'session.storage.save_path' => $this['config']['root_dir'].'/app/cache/eccube/session', |
|
274 | 274 | 'session.storage.options' => array( |
275 | 275 | 'name' => 'eccube', |
276 | 276 | 'cookie_path' => $this['config']['root_urlpath'] ?: '/', |