Fixed: Configuring Flask to store session cookie

The Win:

The Problem:

Error messages:

The Solution:

    app.config['SESSION_COOKIE_SAMESITE'] = "None"
    app.config['SESSION_COOKIE_SECURE'] = True

    # Note that "None" is a string, not the datatype None