Commit 4e784f33 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #20938 -- Added cached sessions note to deployment checklist.

Thanks mjtamlyn for the suggestion.
parent 65b6eff3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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`
--------------------