aws / aws-dotnet-session-provider

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

If you are looking to cache session state in DynamoDB from an ASP.NET Core application, try the AWS .NET Distributed Cache Provider instead.

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

License:Apache License 2.0


Languages

Language:C# 98.0%Language:ASP.NET 2.0%