Method: flask.sessions.SessionInterface.get_cookie_secure
Calls: 346, Exceptions: 0, Paths: 1Back
Path 1: 346 calls (1.0)
Flask (342) test_session_dynamic_cookie_name.
False (344) True (2)
1def get_cookie_secure(self, app: Flask) -> bool:
2 """Returns True if the cookie should be secure. This currently
3 just returns the value of the ``SESSION_COOKIE_SECURE`` setting.
4 """
5 return app.config["SESSION_COOKIE_SECURE"]