diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2011-03-15 08:19:57 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2011-03-15 08:19:57 +0000 |
| commit | 23288d1955b3188227c05c831e9e0ecae4fd161e (patch) | |
| tree | 5760697dfefd63d930872a0d0efb932ab8dcf639 /docs/ref/request-response.txt | |
| parent | 350a56ad4949762ba02f68cf1ba8bac2968507c0 (diff) | |
Fixed #15594 -- Corrected typo in the docs on HTTPOnly cookies. Thanks to philwills for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/request-response.txt')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 9a3321c2ab..eb34f1e147 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -605,7 +605,7 @@ Methods the domains www.lawrence.com, blogs.lawrence.com and calendars.lawrence.com. Otherwise, a cookie will only be readable by the domain that set it. - * Use ``http_only=True`` if you want to prevent client-side + * Use ``httponly=True`` if you want to prevent client-side JavaScript from having access to the cookie. HTTPOnly_ is a flag included in a Set-Cookie HTTP response |
