Django session sharing across multiple domains running same application
Project description
django-shared-session is a tool that enables session sharing across multiple domains. It can be used even for situations where Single sign-on (SSO) is not suitable, e.g.: sharing session data of anonymous users.
This project is inspired by django-xsession, but uses a different approach to session sharing which sets the cookie on server-side and thus does not require reloading the page.
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.