leewang0 / RedisSessionProvider

Provides a drop-in class library that makes ASP.NET's System.Web Session object store its contents in a Redis server or servers.
Apache License 2.0
66 stars 42 forks source link

Session.RemoveAll and Session.Remove not removing keys from Redis #26

Open chadneiro opened 8 years ago

chadneiro commented 8 years ago

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.