Browse Source

set secret key :)

pull/1638/head
Armin Ronacher 15 years ago
parent
commit
4e1b3e1134
  1. 3
      docs/quickstart.rst

3
docs/quickstart.rst

@ -478,6 +478,9 @@ sessions work::
# remove the username from the session if its there
session.pop('username', None)
# set the secret key. keep this really secret:
app.secret_key = 'the secret key'
Message Flashing
----------------

Loading…
Cancel
Save