summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/sessions.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-03-21 11:41:38 +0100
committerAndrey Andreev <narf@devilix.net>2015-03-21 11:41:38 +0100
commit737a5660c09e844d44969d1b7e8165b5f0296e37 (patch)
treec1cc0c70471fa5f69633eae55f501b23e7d730de /user_guide_src/source/libraries/sessions.rst
parentb011716ecce4ac8f28aad08fa4ed824102ff2cd2 (diff)
[ci skip] Forbid DB session usage with cache_on enabled
Diffstat (limited to 'user_guide_src/source/libraries/sessions.rst')
-rw-r--r--user_guide_src/source/libraries/sessions.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst
index 2317f8560..54655ff79 100644
--- a/user_guide_src/source/libraries/sessions.rst
+++ b/user_guide_src/source/libraries/sessions.rst
@@ -569,9 +569,10 @@ However, there are some conditions that must be met:
- Only your **default** database connection (or the one that you access
as ``$this->db`` from your controllers) can be used.
- - You can NOT use a persistent connection.
- You must have the :doc:`Query Builder </database/query_builder>`
enabled.
+ - You can NOT use a persistent connection.
+ - You can NOT use a connection with the *cache_on* setting enabled.
In order to use the 'database' session driver, you must also create this
table that we already mentioned and then set it as your