diff options
| author | Stephen Martin <lockwood@opperline.com> | 2018-09-04 12:36:39 -0700 |
|---|---|---|
| committer | Stephen Martin <lockwood@opperline.com> | 2018-09-04 12:36:39 -0700 |
| commit | 91f381754177896bf481e27ab53d33cac33e2a0d (patch) | |
| tree | f8942b0ccbbc66ec31aa97f332944eca26790b13 /docs | |
| parent | 549412454ef49430daaba2fccac56619b2e0cb83 (diff) | |
| download | pyramid-91f381754177896bf481e27ab53d33cac33e2a0d.tar.gz pyramid-91f381754177896bf481e27ab53d33cac33e2a0d.tar.bz2 pyramid-91f381754177896bf481e27ab53d33cac33e2a0d.zip | |
fix spelling error
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/sessions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 6f826fe23..2d80b1a63 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -69,7 +69,7 @@ using the :meth:`pyramid.config.Configurator.set_session_factory` method. session data is stored unencrypted in a cookie, it will also be easier for evildoers to obtain the current user's cross-site scripting token. - - The default serialization method, while replacable with something like + - The default serialization method, while replaceable with something like JSON, is implemented using pickle which can lead to remote code execution if your secret key is compromised. |
