summaryrefslogtreecommitdiff
path: root/docs/faq.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq.txt')
-rw-r--r--docs/faq.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index 712f7b26a8..062bce730b 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -348,8 +348,7 @@ things:
* Set the ``SESSION_COOKIE_DOMAIN`` setting in your admin config file
to match your domain. For example, if you're going to
"http://www.mysite.com/admin/" in your browser, in
- "myproject.settings.admin" you should set ``SESSION_COOKIE_DOMAIN =
- 'www.mysite.com'``.
+ "myproject.settings" you should set ``SESSION_COOKIE_DOMAIN = 'www.mysite.com'``.
* Some browsers (Firefox?) don't like to accept cookies from domains that
don't have dots in them. If you're running the admin site on "localhost"