Skip to content

Instantly share code, notes, and snippets.

@cmltaWt0
Created June 20, 2022 08:19
Show Gist options
  • Save cmltaWt0/ba2e5af81279d0e47523db95c6258c29 to your computer and use it in GitHub Desktop.
Save cmltaWt0/ba2e5af81279d0e47523db95c6258c29 to your computer and use it in GitHub Desktop.
Adding SESSION_CACHE_ALIAS openedx
...
# Add cache alias for fix session disappearance
SESSION_CACHE_ALIAS = ENV_TOKENS.get('SESSION_CACHE_ALIAS', 'default')
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment