SessionStateStoreProvider implementation using Ignite thin client

86 views Asked by At

We are attempting to use Apache Ignite as a distributed storage for session variables in a web farm environment. I know that Apache Ignite already has a thick client session state provider in nuget but it is too heavy and too complex for our current requirements. I just need to be able to use the session variables in the front end in a web farm environment.

I couldn't see much examples of implementations for SessionStateStoreProviderBase class. I'm not sure if all methods need to be overridden or if it is fine to just override specific ones. Your help is greatly appreciated.

1

There are 1 answers

0
alamar On