[Flask] Flask-Login and Flask-Session

spaceman spaceman at antispaceman.com
Fri Feb 16 09:08:53 EST 2018


Figured this out for myself:

> But the RedisSessionInterface requires arguments (three to be exact)
> to configure it properly. My initialization looks like:

just decided provide the variables myself like so:

app.session_interface = CustomSessionInterface(None, '', None)

using the CustomSessionInterface.

Regards,
spaceman


More information about the Flask mailing list