Use Pimple instead of Core\Registry and add Monolog for logging
This commit is contained in:
@@ -49,7 +49,7 @@ class Session
|
||||
self::SESSION_LIFETIME,
|
||||
$base_path ?: '/',
|
||||
null,
|
||||
Tool::isHTTPS(),
|
||||
Request::isHTTPS(),
|
||||
true
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user