You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting the cookie on every request is not ideal in many cases. checking this method mimics the behavior of the default flask logic allowing configuration of when cookies should be set. this changes nothing unless SESSION_REFRESH_EACH_REQUEST is true in app config.
0 commit comments