SESSION_ENGINE parameter introduced, pillar for SESSION_TIMEOUT changed. Actualized pillar for horizon.server.cluster service
diff --git a/README.rst b/README.rst
index 6d5a076..769a4ee 100644
--- a/README.rst
+++ b/README.rst
@@ -85,6 +85,18 @@
         mail:
           host: '127.0.0.1'
 
+Horizon with custom SESSION_ENGINE (default is "signed_cookies", valid options are: "signed_cookies", "cache", "file") and SESSION_TIMEOUT
+
+.. code-block:: yaml
+
+    horizon:
+      server:
+        enabled: True
+        secure: True
+        session:
+          engine: 'cache'
+          timeout: 43200
+
 Multi-regional horizon setup
 
 .. code-block:: yaml