#### [Abblix\.Oidc\.Server\.MinimalApi](https://www.abblix.com/en/docs/api/abblix-oidc-server-minimalapi 'index')

## Abblix\.Oidc\.Server\.MinimalApi\.Features\.SessionManagement Namespace

| Classes | |
| :--- | :--- |
| [CheckSessionResponseCache](https://www.abblix.com/en/docs/api/abblix-oidc-server-minimalapi/Abblix.Oidc.Server.MinimalApi.Features.SessionManagement.CheckSessionResponseCache 'Abblix\.Oidc\.Server\.MinimalApi\.Features\.SessionManagement\.CheckSessionResponseCache') | In\-memory cache for formatted check\-session results\. The result objects are stateless \(they hold only the HTML template and mint a fresh nonce per execution\), so caching them across requests is safe\. |
| [CheckSessionResponseCachingDecorator](https://www.abblix.com/en/docs/api/abblix-oidc-server-minimalapi/Abblix.Oidc.Server.MinimalApi.Features.SessionManagement.CheckSessionResponseCachingDecorator 'Abblix\.Oidc\.Server\.MinimalApi\.Features\.SessionManagement\.CheckSessionResponseCachingDecorator') | Adds caching to [ICheckSessionResponseFormatter](https://www.abblix.com/en/docs/api/abblix-oidc-server-minimalapi/Abblix.Oidc.Server.MinimalApi.Formatters.Interfaces.ICheckSessionResponseFormatter 'Abblix\.Oidc\.Server\.MinimalApi\.Formatters\.Interfaces\.ICheckSessionResponseFormatter'), reusing the formatted result for a given cache key\. |
| [EndSessionResponseFormatterDecorator](https://www.abblix.com/en/docs/api/abblix-oidc-server-minimalapi/Abblix.Oidc.Server.MinimalApi.Features.SessionManagement.EndSessionResponseFormatterDecorator 'Abblix\.Oidc\.Server\.MinimalApi\.Features\.SessionManagement\.EndSessionResponseFormatterDecorator') | Decorates [IEndSessionResponseFormatter](https://www.abblix.com/en/docs/api/abblix-oidc-server-minimalapi/Abblix.Oidc.Server.MinimalApi.Formatters.Interfaces.IEndSessionResponseFormatter 'Abblix\.Oidc\.Server\.MinimalApi\.Formatters\.Interfaces\.IEndSessionResponseFormatter') to delete the session\-management cookie when session management is enabled, so the browser's logged\-in state is cleared as part of logout\. |

| Interfaces | |
| :--- | :--- |
| [ICheckSessionResponseCache](https://www.abblix.com/en/docs/api/abblix-oidc-server-minimalapi/Abblix.Oidc.Server.MinimalApi.Features.SessionManagement.ICheckSessionResponseCache 'Abblix\.Oidc\.Server\.MinimalApi\.Features\.SessionManagement\.ICheckSessionResponseCache') | Caches formatted check\-session results keyed by the response's cache key\. |
