django-multi-sessions

Multiple backends for your sessions!
Download

django-multi-sessions Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Mikhail Andreev
  • Publisher web site:
  • http://github.com/adw0rd/

django-multi-sessions Tags


django-multi-sessions Description

django-multi-sessions is a Django app designed for moving sessions from one session engine to another, without stopping the current sessions. It consistently passes backends in the list (settings.SESSION_MULTISESSIONS_POOL) and depending on the modes of doing the necessary.Installation1. Download the archive and run python setup.py install or pip install django-multi-sessions2. Set multi_sessions.session as your session engine, like so: SESSION_ENGINE = 'multi_sessions.session'3. Example settings: SESSION_MULTISESSIONS_POOL = ( {"backend": "redis_sessions.session", "modes": }, {"backend": "django.contrib.sessions.backends.db", "modes": }, )4. Available modes:- "read" - Allows launch "load" method;- "write" - Allows launch "save" and "create" method;- "delete" - Allows launch the "delete" method.See: http://pypi.python.org/pypi/django-multi-sessionsProduct's homepage


django-multi-sessions Related Software