diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-06-07 11:50:20 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-06-07 11:50:20 +0200 |
| commit | 17f3e9258e6050c274a7294213bd08bb71f2d2da (patch) | |
| tree | 9b9e53d12173d3277278e69670ec8430d521d4b1 /docs/topics | |
| parent | 4ce5a5fe7806e3dd0ea0d7c53c0d6d831a0edac8 (diff) | |
Fixed #18397 -- Avoided referencing lawrence.com.
This commit includes multiple small related changes, see the ticket
for a full discussion.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/http/sessions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 4b0bbe4ed5..20dc61a222 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -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 |
