Skip to main content

A simple Django app to capture session information

Project description

Forked from https://github.com/martinrusev/django-redis-sessions

https://travis-ci.org/ernado/infosessions.svg?branch=master https://badge.fury.io/py/django-infosessions.svg

Quick start

  1. Add “infosessions” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'infosessions',
    )
  2. Configure django to use infosessions as session engine

    SESSION_ENGINE = 'infosessions.session'
  3. Add middleware to capture session information

    MIDDLEWARE_CLASSES = (
        ...
        'infosessions.middlewares.SessionSyncMiddleware',
    )
  4. Run python manage.py migrate infosessions to create the models.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-infosessions-1.1.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

django_infosessions-1.1-py2-none-any.whl (12.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page