Merge pull request #3267 from InspectorCaracal/patch-9

Add recache step to ObjectSessionHandler
This commit is contained in:
Griatch 2023-09-10 15:55:24 +02:00 committed by GitHub
commit 38735466af

View file

@ -107,7 +107,7 @@ class ObjectSessionHandler:
]
if None in sessions:
# this happens only if our cache has gone out of sync with the SessionHandler.
self._recache()
return self.get(sessid=sessid)
return sessions