set secret key :)

This commit is contained in:
Armin Ronacher 2010-04-10 17:26:49 +02:00
parent 8e9bd5f009
commit 4e1b3e1134

View file

@ -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
----------------