mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
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:
parent
4ce5a5fe78
commit
17f3e9258e
6 changed files with 21 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue