# aws-dotnet-session-provider **Repository Path**: mirrors_aws/aws-dotnet-session-provider ## Basic Information - **Project Name**: aws-dotnet-session-provider - **Description**: A session state provider for ASP.NET applications that stores the sessions in Amazon DynamoDB - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AWS DynamoDB Session State Provider > [!Warning] > We are announcing the **deprecation** of the AWS DynamoDB Session State Provider for .NET. Support for this library will continue for the next six months and will officially end on **November 14, 2025**. After that date, we will no longer publish updates to the library, including security or critical bug fixes. > You can learn more on the deprecation announcement via the [Announcing the end of support for AWS DynamoDB Session State Provider](https://aws.amazon.com/blogs/developer/announcing-the-end-of-support-for-aws-dynamodb-session-state-provider/) blog post. The **Amazon DynamoDB Session State Provider** allows ASP.NET applications store their sessions inside DynamoDB. This helps applications scale across multiple application servers while maintaining session state across the system. If you are looking to cache session state in DynamoDB from an _ASP.NET Core_ application, try the [AWS .NET Distributed Cache Provider](https://github.com/awslabs/aws-dotnet-distributed-cache-provider) instead. ## Change Log The change log for the can be found in the [CHANGELOG.md](https://github.com/aws/aws-dotnet-session-provider/blob/master/CHANGELOG.md) file. ## Usage Information This project builds a ASP.NET Session State provider that stores session in a DynamoDB table. The session state provider can retrieved from [NuGet][nuget-package]. For more information on using the session manager, see the session manager section in the [AWS SDK for .NET Developer Guide][developer-guide]. ## Links * [AWS DynamoDB Session State Provider Deprecation Announcement][deprecation-announcement] * [AWS Session State Provider NuGet package][nuget-package] * [AWS Session Provider Developer Guide][developer-guide] * [AWS .NET Developer Blog][dotnet-blog] * [AWS SDK for .NET GitHub Repository][github-awssdk] * [AWS SDK for .NET SDK][sdk-website] [deprecation-announcement]: https://aws.amazon.com/blogs/developer/announcing-the-end-of-support-for-aws-dynamodb-session-state-provider/ [developer-guide]: https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/dynamodb-session-net-sdk.html [nuget-package]: http://www.nuget.org/packages/AWS.SessionProvider/ [github-awssdk]: https://github.com/aws/aws-sdk-net [sdk-website]: http://aws.amazon.com/sdkfornet [dotnet-blog]: http://blogs.aws.amazon.com/net/