The Alachisoft.NCache.CoreSessionStoreProvider does not work on .net 5.0.
If you try the GuessGame.NetCore sample app on .net core 2.2 it works fine, but if we migrate it to .net 5.0 it stops working, HttpContext.Session is null and the previously saved values cannot be obtained.
Help me please!