DigiComp.FlowSessionLock/Configuration/Settings.yaml
Marvin Kuhl 759b50d2b0 makes timeToLive and autoRelease configurable
* for example redis store as lock storage needs the autoRelease to be true
2022-03-14 08:53:06 +01:00

16 lines
415 B
YAML

Neos:
Flow:
http:
chain:
preprocess:
chain:
lockSession:
position: 'before getSessionCookieFromRequest'
component: 'DigiComp\FlowSessionLock\Http\SessionLockRequestComponent'
DigiComp:
FlowSessionLock:
lockStoreDir: '%FLOW_PATH_DATA%Temporary/Production/SessionLocks'
readOnlyExpressions: []
autoRelease: true
timeToLive: 300