MCPcopy Create free account
hub / github.com/pallets/flask / save_session

Method save_session

tests/test_session_interface.py:13–14  ·  view source on GitHub ↗
(self, app, session, response)

Source from the content-addressed store, hash-verified

11
12 class MySessionInterface(SessionInterface):
13 def save_session(self, app, session, response):
14 pass
15
16 def open_session(self, app, request):
17 request_ctx.match_request()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected