summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorCHI Cheng <git@chicheng.me>2013-08-30 14:03:23 +1000
committerTim Graham <timograham@gmail.com>2013-09-05 10:47:58 -0400
commited9cd4fd8b425ab5010b27aefc7ef6e50d55fb54 (patch)
tree1592d2a4215526e0d276b2eab376c142cbf47b3c /docs/topics
parenta2374bcf476b49441793f1ad213126b07543da54 (diff)
Fixed #21000 -- Made cached_db session backend respect SESSION_CACHE_ALIAS
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/http/sessions.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt
index 8bef7f2ee5..fb66034e7b 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -93,6 +93,11 @@ session data be expunged from time to time, the ``cache`` backend is for you.
If you use the ``cached_db`` session backend, you also need to follow the
configuration instructions for the `using database-backed sessions`_.
+.. versionchanged:: 1.7
+
+Before version 1.7, the ``cached_db`` backend always used the ``default`` cache
+rather than the :setting:`SESSION_CACHE_ALIAS`.
+
Using file-based sessions
-------------------------