pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
507 stars 238 forks source link

the session is unavailable because no secret key was set #31

Closed xiaochao closed 8 years ago

xiaochao commented 8 years ago

i go then error whenever set the key or not

app.secret_key = 'lfjsdlkfjdklsjfkl' app.config['SESSION_USE_SIGNER'] = True

xiaochao commented 8 years ago

my fault.please ignore my question.

ghost commented 6 years ago

What was the error ?