Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在尝试使用 Apache Ignite 作为网络场环境中会话变量的分布式存储。我知道 Apache Ignite 已经在 nuget 中有一个胖客户端会话状态提供程序,但是对于我们当前的需求来说它太重太复杂了。我只需要能够在 Web 农场环境的前端使用会话变量。
我看不到太多SessionStateStoreProviderBase类的实现示例。我不确定是否需要覆盖所有方法,或者是否可以只覆盖特定的方法。非常感谢您的帮助。
SessionStateStoreProviderBase
您可以从 Ignite 自己的实现开始,然后从它开始工作:
https://github.com/apache/ignite/blob/master/modules/platforms/dotnet/Apache.Ignite.AspNet/IgniteSessionStateStoreProvider.cs