Merge pull request #3267 from InspectorCaracal/patch-9
Add recache step to ObjectSessionHandler
This commit is contained in:
commit
38735466af
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class ObjectSessionHandler:
|
||||||
]
|
]
|
||||||
if None in sessions:
|
if None in sessions:
|
||||||
# this happens only if our cache has gone out of sync with the SessionHandler.
|
# this happens only if our cache has gone out of sync with the SessionHandler.
|
||||||
|
self._recache()
|
||||||
return self.get(sessid=sessid)
|
return self.get(sessid=sessid)
|
||||||
return sessions
|
return sessions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue