diff --git a/configuration/session.html b/configuration/session.html index 58c56c5..969f21f 100644 --- a/configuration/session.html +++ b/configuration/session.html @@ -159,7 +159,7 @@ 'config' => [ 'handler' => function () { $handler = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler( - 'mysql://root:password@localhost:3360/filegator' + 'mysql://root:password@localhost:3306/filegator' ); return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage([], $handler); @@ -189,7 +189,7 @@ For example you can pass cookie_lifetime parameter to extend defaul 'config' => [ 'handler' => function () { $handler = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler( - 'mysql://root:password@localhost:3360/filegator' + 'mysql://root:password@localhost:3306/filegator' ); return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage([