We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c37f4e0 + ef3918e commit 2a91f32Copy full SHA for 2a91f32
1 file changed
djangosaml2/cache.py
@@ -39,7 +39,7 @@ def sync(self):
39
# https://docs.djangoproject.com/en/1.9/topics/http/sessions/#when-sessions-are-saved
40
41
#add objects to session
42
- self._set_objects(self)
+ self._set_objects(dict(self))
43
#invalidate session
44
self.session.modified = True
45
0 commit comments