mirror of
https://github.com/filegator/filegator.git
synced 2025-08-05 23:47:31 +02:00
Website generation with Couscous
This commit is contained in:
@@ -129,8 +129,8 @@
|
||||
</code></pre>
|
||||
<p>Don't forget to enter correct mysql username, password, and database.</p>
|
||||
<h2 id="tweaking-session-options">Tweaking session options</h2>
|
||||
<p>The Underying Symfony session <a href="https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php">component</a> constructor accepts an array of options.
|
||||
For example you can pass <code>cookie_lifetime</code> parameter and extend session lifetime like this:</p>
|
||||
<p>The underying Symfony's session <a href="https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php">component</a> accepts array of options.
|
||||
For example you can pass <code>cookie_lifetime</code> parameter to extend default session lifetime:</p>
|
||||
<pre><code> 'Filegator\Services\Session\SessionStorageInterface' => [
|
||||
'handler' => '\Filegator\Services\Session\Adapters\SessionStorage',
|
||||
'config' => [
|
||||
|
Reference in New Issue
Block a user