diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-07 12:58:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-07 12:58:49 -0400 |
| commit | 4e784f337c4f8ec14e8ea3615fe79f033699e348 (patch) | |
| tree | ba50e50b3faec0e57946eb796572f7e45d706076 /docs/howto | |
| parent | 65b6eff322a4a3331601e111934dee95c090961c (diff) | |
Fixed #20938 -- Added cached sessions note to deployment checklist.
Thanks mjtamlyn for the suggestion.
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/deployment/checklist.txt | 3 |
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` -------------------- |
