Skip to content

'session_fields' : []  #7

@vingorius

Description

@vingorius

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',
},
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions