flask-session-plus icon indicating copy to clipboard operation
flask-session-plus copied to clipboard

'session_fields' : []

Open vingorius opened this issue 4 years ago • 0 comments

as document, it means "Include all", but not work.

app.config['SESSION_CONFIG'] = [ # Second session will store the user logged in inside the firestore sessions collection. { 'cookie_name': 'SESS_ID', 'session_type': 'firestore', 'session_fields': [], 'client': firestore.Client(), 'collection': 'sessions', }, ]

vingorius avatar Jun 11 '20 05:06 vingorius