diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-28 22:40:16 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-28 22:40:16 -0400 |
| commit | 04ebd572a92f6681209c70c42192775c63cd16cd (patch) | |
| tree | cc4d492b9b8eba207d3fd8309846d16495f52423 /docs/glossary.rst | |
| parent | 96820957ac659d51d79b1b30c296f98c086ee878 (diff) | |
| download | pyramid-04ebd572a92f6681209c70c42192775c63cd16cd.tar.gz pyramid-04ebd572a92f6681209c70c42192775c63cd16cd.tar.bz2 pyramid-04ebd572a92f6681209c70c42192775c63cd16cd.zip | |
sessioning docs
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 2e2b11aaa..93d86b664 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -803,3 +803,14 @@ Glossary ``route_url``. See :class:`repoze.bfg.interfaces.IRoutePregenerator` for more information. + + session + A namespace that is valid for some period of continual activity + that can be used to represent a user's interaction with a web + application. + + session factory + A callable, which, when called with a single argument named + ``request`` (a :term:`request` object), returns a + :term:`session` object. + |
