martinrusev / django-redis-sessions

Session backend for Django that stores sessions in a Redis database
BSD 3-Clause "New" or "Revised" License
494 stars 106 forks source link

handle None session_key in exists() #28

Closed jfarrimo closed 8 years ago

jfarrimo commented 10 years ago

Checking existence of a key blows up when None is passed in.