Reputation: 178
I am trying to implement a custom session management on DynamoDb.
My current MVC application is maintaining state within the application and I would like to use outproc and move it DynamoDb.
Upvotes: 2
Views: 984
Reputation: 178
This is what I found
What needs to be done is change the mode to Custom and implement a custom provider
For the custom provider u can use the AWS Provider already implimented
https://github.com/aws/aws-sdk-net/tree/master/AWS.Extensions
Hope this helps someone !!
Upvotes: 1