flask.Flask.session_cookie_name¶
The secure cookie uses this for the name of the session cookie.
This attribute can also be configured from the config with the
SESSION_COOKIE_NAMEconfiguration key. Defaults to'session'
The secure cookie uses this for the name of the session cookie.
This attribute can also be configured from the config with the
SESSION_COOKIE_NAME configuration key. Defaults to 'session'