Open
Description
Hi,
I searched for state_cache
in the documentation (https://pysaml2.readthedocs.io/en/latest/search.html?q=state_cache&check_keywords=yes&area=default#) without results.
I think it would be good to document this feature.
I assume Saml2Client
's state_cache
and identity_cache
are the only in memory stored data which need to exist between multiple requests?!
An example how to use this with multiprocessing would be good.
Maybe https://pypi.org/project/shared-memory-dict/ helps.
Maybe also an example for memcached
as well.