hapytex / django-single-session

Allow a user to only have a single active session in Django.
https://pypi.org/project/django-single-session/
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Validating inheritance between the session backend that uses the database and the django SESSION_ENGINE configuration. #9

Closed alexsilva closed 9 months ago

alexsilva commented 9 months ago

The django.contrib.sessions.backends.cached_db backend uses the same settings as django.contrib.sessions.backends.db but uses an additional cache. The tests were performed without failure and it appears that the cache does not generate side effects when changing between sessions.

alexsilva commented 9 months ago

Need more testing.