diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-06-18 13:32:12 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-06-18 13:32:12 +0000 |
| commit | 457a1f9a031543e3d5d1cfb3944712fe71ebba2f (patch) | |
| tree | 7fc7d26068ae4d15b9bb32c5c0216a55b762d0a9 /docs/topics/http | |
| parent | bc362cc6b81386d36f078a741e38f00b67fd4f8d (diff) | |
Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks to jjinux for the review notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/sessions.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index fa3864a7c2..d3956504c7 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -4,6 +4,9 @@ How to use sessions =================== +.. module:: django.contrib.sessions + :synopsis: Provides session management for Django projects. + Django provides full support for anonymous sessions. The session framework lets you store and retrieve arbitrary data on a per-site-visitor basis. It stores data on the server side and abstracts the sending and receiving of cookies. |
