utsessions

Managing unique and timed sessions in Django
Download

utsessions Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Julien Fache
  • Publisher web site:
  • http://code.google.com/u/fantomas42/

utsessions Tags


utsessions Description

Managing unique and timed sessions in Django utsessions is a Python library that allows the features of timed and unique sessions for an user account in Django.What does it do ?utsessions is a middleware that makes all opened user sessions unique.When an user session is opened, the user account can't be reused before a certain amount of time. After this time, if the user account is reused, the first session is closed and a second one is opened.A session can also be automaticaly closed after a choosen time.This kind of behavior is useful for websites providing access to data by unique user account.Philosophyutsessions was written to be easily :* Installed in your projects, by simply registering the middleware.* Extended thanks to his design in object: each component can be removed or reused.* Configured, with the settings.py file which allows different behaviors. Requirements: · Python · Django


utsessions Related Software