Skip to main content

Gibson session backend for Django

Project description

Gibson session backend for Django

1. Set proper engine

SESSION_ENGINE = 'gibson_sessions.sessions'

2. Set common settings

SESSION_GIBSON_TIMEOUT = 100
SESSION_GIBSON_PREFIX = 'session'

3. Set connection settings

SESSION_GIBSON_UNIX_SOCKET = '/var/run/gibson.sock'

OR

SESSION_GIBSON_HOST = '127.0.0.1'
SESSION_GIBSON_PORT = 10128

4. Enjoy

Project details


Release history Release notifications | RSS feed

This version

0.8

Download files

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

Source Distribution

django-gibson-sessions-0.8.tar.gz (2.4 kB view hashes)

Uploaded Source

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