RedisSessionProvider icon indicating copy to clipboard operation
RedisSessionProvider copied to clipboard

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

Open chadneiro opened this issue 8 years ago • 0 comments

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.

chadneiro avatar Apr 07 '16 00:04 chadneiro