session handler config upd

This commit is contained in:
Milos Stojanovic
2019-06-19 09:23:20 +02:00
parent 0765079a26
commit 5da41e63c9
7 changed files with 28 additions and 46 deletions

View File

@@ -30,7 +30,7 @@ class SessionStorage implements Service, SessionStorageInterface
{
// we don't have a previous session attached
if (! $this->getSession()) {
$handler = $config['available'][$config['session_handler']];
$handler = $config['handler'];
$session = new Session($handler());
$session->setName('filegator');