diff --git a/configuration/session.html b/configuration/session.html index 2b2bbed..1fbe1b2 100644 --- a/configuration/session.html +++ b/configuration/session.html @@ -129,8 +129,8 @@

Don't forget to enter correct mysql username, password, and database.

Tweaking session options

-

The Underying Symfony session component constructor accepts an array of options. -For example you can pass cookie_lifetime parameter and extend session lifetime like this:

+

The underying Symfony's session component accepts array of options. +For example you can pass cookie_lifetime parameter to extend default session lifetime:

        'Filegator\Services\Session\SessionStorageInterface' => [
             'handler' => '\Filegator\Services\Session\Adapters\SessionStorage',
             'config' => [