I am interested in using the custom .NET CouchbaseSessionStateProvider but I realized that, when initialized, the provider automatically connects to couchbase by creating a new client. For our project, we use a single CouchbaseClient instance to communicate with the server and were wondering if there would be any way to use our instance for the provider instead. It doesn’t seem possible currently, and I don’t know much about session-state store providers in .NET and how they get initialized so I’m not sure if it’s even possible at all, but I thought I’d ask.
Thanks,
Patrick