fixed delete_expired_sessions() again
This commit is contained in:
parent
5be965a5f8
commit
2f33e97a06
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class SessionInterface:
|
||||||
null_session_class = NullSession
|
null_session_class = NullSession
|
||||||
|
|
||||||
#: all sessions that are currently open
|
#: all sessions that are currently open
|
||||||
sessions: list[object] = []
|
sessions: list[SessionMixin] = []
|
||||||
|
|
||||||
#: A flag that indicates if the session interface is pickle based.
|
#: A flag that indicates if the session interface is pickle based.
|
||||||
#: This can be used by Flask extensions to make a decision in regards
|
#: This can be used by Flask extensions to make a decision in regards
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue