Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django rewrite: server-side sessions & configuration #18

Open
clpetersonucf opened this issue Feb 11, 2025 · 0 comments
Open

Django rewrite: server-side sessions & configuration #18

clpetersonucf opened this issue Feb 11, 2025 · 0 comments

Comments

@clpetersonucf
Copy link
Member

Materia leverages server sessions in FuelPHP to store certain elements of user data between contexts: these include authentication state, and even more critically, LTI play session data.

Django has native server session support with a similar range of session engines:

  1. The database (this is currently what Materia uses, to allow multiple application instances)
  2. Local filesystem
  3. Server cache

In the FuelPHP version, the selection of server session driver is configurable, and ideally this should remain the case in django.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant