Question

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.

  1. Do I have to write a custom provider and do it?
  2. Is there a standard way of achieving this ?
Was it helpful?

Solution

This is what I found

http://www.nudoq.org/#!/Packages/ViPRDataServicesSDK/EMC.ViPR.DataServices.AWSSDK.SessionProvider/Amazon.SessionProvider

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 !!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top