bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Add Django session controls in settings and env vars #2015

Closed mikkonie closed 1 month ago

mikkonie commented 1 month ago

These are not currently in the env vars, but different instances might have different requirements for session control.

They also need to got in bihealth/sodar-docker-compose#59, of course.

I need to add at least SESSION_COOKIE_AGE, probably also SESSION_EXPIRE_AT_BROWSER_CLOSE. See here for details.

mikkonie commented 1 month ago

Done.