From 08f3a0d0c7d31d35a3467b65967b43388b8d834a Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 31 Mar 2020 10:05:01 +0200 Subject: [PATCH] Website generation with Couscous --- configuration/session.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/session.html b/configuration/session.html index 969f21f..089b6fd 100644 --- a/configuration/session.html +++ b/configuration/session.html @@ -130,7 +130,7 @@

Default Session handler

-

Session handling is provided through the Symfony's HttpFoundation component. Please check their docs for more info.

+

Session handling is provided through the Symfony's HttpFoundation component. Please check their docs for more info.

Default session handler will user PHP's built in file storage. You can also specify your own $save_path to store session files.

        'Filegator\Services\Session\SessionStorageInterface' => [
             'handler' => '\Filegator\Services\Session\Adapters\SessionStorage',
diff --git a/index.html b/index.html
index e536086..94cd68b 100644
--- a/index.html
+++ b/index.html
@@ -146,7 +146,7 @@
 
  • Multiple storage adapters (Local, FTP, Amazon S3, Dropbox, DO Spaces, Azure Blob and many others via Flysystem)
  • Multiple auth adapters with roles and permissions (Store users in json file or database)
  • -
  • Multiple session adapters (Native File, Pdo, Redis, MongoDB, Memcached and others via Symfony)
  • +
  • Multiple session adapters (Native File, Pdo, Redis, MongoDB, Memcached and others via Symfony)
  • Single page front-end (built with Vuejs, Bulma and Buefy)
  • Chunked uploads (built with Resumable.js)
  • Zip and bulk download support