From f9bacdbcb2e35aba45d3d11a70935dc3e22b4e9c Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Sun, 15 Mar 2020 11:03:48 +0100 Subject: [PATCH] Website generation with Couscous --- configuration/session.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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([