RedisSessionProvider
RedisSessionProvider copied to clipboard
Session.RemoveAll and Session.Remove not removing keys from Redis
When a user logs out I am calling the Session.RemoveAll() method to remove all session keys that were created. It is not removing any of them nor is it removing a key when I call Session.Remove("key"). I followed the configuration and everything seems to be working correctly when inserting and updating, just not the remove.