Session Storage
Sessions allow a user's authentication to be tracked between multiple HTTP requests to a service.
The OAuth2 Proxy uses a Cookie to track user sessions and will store the session data in one of the available session storage backends.
At present the available backends are (as passed to --session-store-type):