summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-09-07 12:58:49 -0400
committerTim Graham <timograham@gmail.com>2013-09-07 12:58:49 -0400
commit4e784f337c4f8ec14e8ea3615fe79f033699e348 (patch)
treeba50e50b3faec0e57946eb796572f7e45d706076
parent65b6eff322a4a3331601e111934dee95c090961c (diff)
Fixed #20938 -- Added cached sessions note to deployment checklist.
Thanks mjtamlyn for the suggestion.
-rw-r--r--docs/howto/deployment/checklist.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt
index 36c442fbe2..85f9255bfc 100644
--- a/docs/howto/deployment/checklist.txt
+++ b/docs/howto/deployment/checklist.txt
@@ -87,6 +87,9 @@ and in production.
Cache servers often have weak authentication. Make sure they only accept
connections from your application servers.
+If you're using Memcached, consider using :ref:`cached sessions
+<cached-sessions-backend>` to improve performance.
+
:setting:`DATABASES`
--------------------