diff options
| author | Paul Everitt <paul@agendaless.com> | 2013-10-09 13:53:21 -0400 |
|---|---|---|
| committer | Paul Everitt <paul@agendaless.com> | 2013-10-09 13:53:21 -0400 |
| commit | d6476034e0fed99ad8f24839cfd9a315a92e7c95 (patch) | |
| tree | 7939755cd887cbf3cf31fbba93f9cbb580d3afc4 /docs/narr/introduction.rst | |
| parent | bd3d23330abfe39182b7c47f79f61f26e20d1221 (diff) | |
| parent | 85aef4a4c0157a59bfd7ea9b3a58b842ac4de0f0 (diff) | |
| download | pyramid-d6476034e0fed99ad8f24839cfd9a315a92e7c95.tar.gz pyramid-d6476034e0fed99ad8f24839cfd9a315a92e7c95.tar.bz2 pyramid-d6476034e0fed99ad8f24839cfd9a315a92e7c95.zip | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'docs/narr/introduction.rst')
| -rw-r--r-- | docs/narr/introduction.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index bb2d85e94..a9c5fdfbd 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -417,12 +417,12 @@ Sessions Pyramid has built-in HTTP sessioning. This allows you to associate data with otherwise anonymous users between requests. Lots of systems do this. But -Pyramid also allows you to plug in your own sessioning system by creating -some code that adheres to a documented interface. Currently there is a -binding package for the third-party Beaker sessioning system that does exactly -this. But if you have a specialized need (perhaps you want to store your -session data in MongoDB), you can. You can even switch between -implementations without changing your application code. +Pyramid also allows you to plug in your own sessioning system by creating some +code that adheres to a documented interface. Currently there is a binding +package for the third-party Redis sessioning system that does exactly this. +But if you have a specialized need (perhaps you want to store your session data +in MongoDB), you can. You can even switch between implementations without +changing your application code. Example: :ref:`sessions_chapter`. |
