Development
This commit is contained in:
parent
1beb660be1
commit
025adb9f15
4 changed files with 15 additions and 7 deletions
|
|
@ -55,6 +55,7 @@ class SqliteSessionInterface(SessionInterface):
|
|||
'timezone': str(prefs.get('timezone', '')),
|
||||
'apply_changes_immediately': bool(prefs.get('apply_changes_immediately', False)),
|
||||
'_flashes': flashes,
|
||||
'_permanent': True,
|
||||
}
|
||||
con.close()
|
||||
return SqliteSession(data, sid=sid, new=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue