Skip to content

Commit

Permalink
Merge pull request #42 from tdamsma/patch-1
Browse files Browse the repository at this point in the history
Update configuration.rst
  • Loading branch information
ergo committed Aug 3, 2016
2 parents 297432d + dbc8003 commit 8da26f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ main __init__.py file of our application, like so:
def main(global_config, **settings):
# Set the session secret as per out ini file
session_factory = UnencryptedCookieSessionFactoryConfig(
session_factory = SignedCookieSessionFactory(
settings['session.secret'],
)
Expand Down

0 comments on commit 8da26f0

Please sign in to comment.