From 4e784f337c4f8ec14e8ea3615fe79f033699e348 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 7 Sep 2013 12:58:49 -0400 Subject: [PATCH] Fixed #20938 -- Added cached sessions note to deployment checklist. Thanks mjtamlyn for the suggestion. --- docs/howto/deployment/checklist.txt | 3 +++ 1 file changed, 3 insertions(+) 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 +` to improve performance. + :setting:`DATABASES` --------------------