|
@@ -164,7 +164,7 @@ class Request implements \ArrayAccess {
|
|
|
'environment' => $_SERVER + $_ENV,
|
|
'environment' => $_SERVER + $_ENV,
|
|
|
'base' => $base,
|
|
'base' => $base,
|
|
|
'webroot' => $webroot,
|
|
'webroot' => $webroot,
|
|
|
- 'session' => null
|
|
|
|
|
|
|
+ 'session' => Session::create(Configure::read('Session'))
|
|
|
);
|
|
);
|
|
|
$config['url'] = static::_url($config);
|
|
$config['url'] = static::_url($config);
|
|
|
return new static($config);
|
|
return new static($config);
|