Skip to content

Commit

Permalink
OMERO.web configuration: be verbose about supported session engines
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jul 4, 2023
1 parent 746caac commit 94f6a1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions omeroweb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,11 @@ def leave_none_unset_int(s):
"Controls where Django stores session data. See :djangodoc:"
"`Configuring the session engine for more details <ref/settings"
"/#session-engine>`."
"Allowed values are: ``omeroweb.filesessionstore`` (deprecated), "
"``django.contrib.sessions.backends.db``, "
"``django.contrib.sessions.backends.file``` ",
"``django.contrib.sessions.backends.cache``` or",
"``django.contrib.sessions.backends.cached_db``.",
),
],
"omero.web.session_expire_at_browser_close": [
Expand Down

0 comments on commit 94f6a1e

Please sign in to comment.