简体   繁体   中英

session State data in AWS DynamoDb

I am not able to find many resources to help me.

I am trying to migrate asp.net session state form SQL to DynamoDB.

What is the best way to get rid of unused session data (expire them) and delete expired session. something like SQL stored proc

Have you followed these directions:

The AWS SDK for .NET includes AWS.SessionProvider.dll, which contains an ASP.NET session state provider. Also included is the AmazonDynamoDBSessionProviderSample sample, which demonstrates how to use Amazon DynamoDB as a session-state provider.

http://docs.aws.amazon.com/AWSSdkDocsNET/latest/DeveloperGuide/net-dg-dynamodb-session.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM