Fixed #18397 -- Avoided referencing lawrence.com.

This commit includes multiple small related changes, see the ticket
for a full discussion.
This commit is contained in:
Aymeric Augustin 2012-06-07 11:50:20 +02:00
parent 4ce5a5fe78
commit 17f3e9258e
6 changed files with 21 additions and 21 deletions

View file

@ -503,7 +503,7 @@ SESSION_COOKIE_DOMAIN
Default: ``None``
The domain to use for session cookies. Set this to a string such as
``".lawrence.com"`` (note the leading dot!) for cross-domain cookies, or use
``".example.com"`` (note the leading dot!) for cross-domain cookies, or use
``None`` for a standard domain cookie.
SESSION_COOKIE_HTTPONLY