Description
Add caching and session middleware to Python WSGI web applications and standalone scripts. It helps applications store temporary data, session state, and repeated computation results through configurable back ends.
Sessions and caches can contain sensitive user data. Configure expiration, storage location, signing, and cleanup before using in web services.