Skip to content

JaredHatfield/aws-dotnet-session-provider

 
 

Repository files navigation

AWS DynamoDB Session State Provider

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.

Change Log

The change log for the can be found in the 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.

For more information on using the session manager, see the session manager section in the AWS SDK for .NET Developer Guide.

Links

About

A session state provider for ASP.NET applications that stores the sessions in Amazon DynamoDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.5%
  • Classic ASP 2.5%