问题
In Flask I'm using app.permanent_session_lifetime to force a session timeout. Is there a way to receive a callback before the session expires so I can perform cleanup? Looking through the documentation I don't see a corresponding Signal.
来源:https://stackoverflow.com/questions/27449819/catch-session-expiration-in-flask