aiohttp-security/docs/glossary.rst

17 lines
309 B
ReStructuredText
Raw Normal View History

2015-07-08 17:30:24 +00:00
.. _aiohttp-security-glossary:
==========
Glossary
==========
.. if you add new entries, keep the alphabetical sorting!
.. glossary::
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.