Skip to content

Instantly share code, notes, and snippets.

@reflexxion
Forked from aertmann/Caches.yaml
Last active May 2, 2018 12:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reflexxion/dac488bed02d471fb2c5 to your computer and use it in GitHub Desktop.
Save reflexxion/dac488bed02d471fb2c5 to your computer and use it in GitHub Desktop.
Flow configuration to avoid logout on flow:cache:flush
# Flow 3.0+
Flow_Session_Storage:
persistent: TRUE
Flow_Session_MetaData:
persistent: TRUE
# Flow 2.0-2.3
Flow_Session_Storage:
backendOptions:
cacheDirectory: '%FLOW_PATH_DATA%Session/Flow_Session_Storage'
Flow_Session_MetaData:
backendOptions:
cacheDirectory: '%FLOW_PATH_DATA%Session/Flow_Session_MetaData'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment